Automattic\WooCommerce\Admin\BlockTemplates
BlockTemplateInterface::to_json
Get the template as JSON like array.
Метод класса: BlockTemplateInterface{}
Хуков нет.
Возвращает
Массив. The JSON.
Использование
$BlockTemplateInterface = new BlockTemplateInterface(); $BlockTemplateInterface->to_json(): array;
Код BlockTemplateInterface::to_json() BlockTemplateInterface::to json WC 10.5.2
public function to_json(): array;