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 9.3.3
public function &get_root_template(): BlockTemplateInterface { return $this->root_template; }