Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlock::get_root_template()publicWC 1.0

Get the template that this block belongs to.

Метод класса: AbstractBlock{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$AbstractBlock = new AbstractBlock();
$AbstractBlock->&get_root_template(): BlockTemplateInterface;

Код AbstractBlock::get_root_template() WC 9.3.3

public function &get_root_template(): BlockTemplateInterface {
	return $this->root_template;
}