Automattic\WooCommerce\Internal\BatchProcessing

BatchProcessorInterface::get_description()publicWC 1.0

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() WC 8.7.0

public function get_description() : string;