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