Automattic\WooCommerce\Internal\BatchProcessing
BatchProcessorInterface::get_description()
Get a user-friendly description for this processor.
Метод класса: BatchProcessorInterface{}
Хуков нет.
Возвращает
Строку
. Description of what this processor does.
Использование
$BatchProcessorInterface = new BatchProcessorInterface(); $BatchProcessorInterface->get_description() : string;
Код BatchProcessorInterface::get_description() BatchProcessorInterface::get description WC 9.3.3
public function get_description() : string;