Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_formatted_templatepublicWC 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 10.3.4

public function get_formatted_template(): array;