Automattic\WooCommerce\Internal\DataStores\Orders
LegacyDataCleanup::get_description()
A user friendly description for this process.
Метод класса: LegacyDataCleanup{}
Хуков нет.
Возвращает
Строку
. Description.
Использование
$LegacyDataCleanup = new LegacyDataCleanup(); $LegacyDataCleanup->get_description(): string;
Код LegacyDataCleanup::get_description() LegacyDataCleanup::get description WC 9.7.1
public function get_description(): string { return 'Cleans up order data from legacy tables.'; }