Automattic\WooCommerce\Admin\BlockTemplates
BlockInterface::get_root_template()
Get the root template that the block belongs to.
Метод класса: BlockInterface{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$BlockInterface = new BlockInterface(); $BlockInterface->&get_root_template(): BlockTemplateInterface;
Код BlockInterface::get_root_template() BlockInterface::get root template WC 9.2.3
public function &get_root_template(): BlockTemplateInterface;