Automattic\WooCommerce\Admin\BlockTemplates
BlockTemplateInterface::get_description
Get the template description.
Метод класса: BlockTemplateInterface{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$BlockTemplateInterface = new BlockTemplateInterface(); $BlockTemplateInterface->get_description(): string;
Код BlockTemplateInterface::get_description() BlockTemplateInterface::get description WC 10.4.3
public function get_description(): string;