Automattic\WooCommerce\Admin\BlockTemplates

BlockTemplateInterface::to_jsonpublicWC 1.0

Get the template as JSON like array.

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

Хуков нет.

Возвращает

Массив. The JSON.

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

$BlockTemplateInterface = new BlockTemplateInterface();
$BlockTemplateInterface->to_json(): array;

Код BlockTemplateInterface::to_json() WC 10.5.2

public function to_json(): array;