Automattic\WooCommerce\Admin\BlockTemplates

BlockTemplateInterface::get_descriptionpublicWC 1.0

Get the template description.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

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

Код BlockTemplateInterface::get_description() WC 10.4.3

public function get_description(): string;