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 10.7.0
public function get_formatted_template(): array;