Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_root_template()publicWC 1.0

Get the root template that the block belongs to.

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

Хуков нет.

Возвращает

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

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

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

Код BlockInterface::get_root_template() WC 9.2.3

public function &get_root_template(): BlockTemplateInterface;