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