Automattic\WooCommerce\Admin\BlockTemplates

BlockTemplateInterface::to_json()publicWC 1.0

Get the template as JSON like array.

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

Хуков нет.

Возвращает

Массив. The JSON.

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

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

Код BlockTemplateInterface::to_json() WC 9.7.1

public function to_json(): array;