Automattic\WooCommerce\Internal\DataStores\Orders

LegacyDataCleanup::get_description()publicWC 1.0

A user friendly description for this process.

Метод класса: LegacyDataCleanup{}

Хуков нет.

Возвращает

Строку. Description.

Использование

$LegacyDataCleanup = new LegacyDataCleanup();
$LegacyDataCleanup->get_description(): string;

Код LegacyDataCleanup::get_description() WC 9.7.1

public function get_description(): string {
	return 'Cleans up order data from legacy tables.';
}