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