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 9.2.3
public function get_title(): string;