Automattic\WooCommerce\Admin\BlockTemplates

ContainerInterface::get_formatted_template()publicWC 1.0

Get the block configuration as a formatted template.

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

Хуков нет.

Возвращает

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

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

$ContainerInterface = new ContainerInterface();
$ContainerInterface->get_formatted_template(): array;

Код ContainerInterface::get_formatted_template() WC 9.2.3

public function get_formatted_template(): array;