Automattic\WooCommerce\Admin\BlockTemplates
BlockInterface::get_formatted_template()
Get the block configuration as a formatted template.
Метод класса: BlockInterface{}
Хуков нет.
Возвращает
Массив
. The block configuration as a formatted template.
Использование
$BlockInterface = new BlockInterface(); $BlockInterface->get_formatted_template(): array;
Код BlockInterface::get_formatted_template() BlockInterface::get formatted template WC 9.3.3
public function get_formatted_template(): array;