Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_formatted_template()publicWC 1.0

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() WC 9.3.3

public function get_formatted_template(): array;