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