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