Automattic\WooCommerce\Admin\BlockTemplates
BlockTemplateInterface::to_json
Get the template as JSON like array.
Method of the class: BlockTemplateInterface{}
No Hooks.
Returns
Array. The JSON.
Usage
$BlockTemplateInterface = new BlockTemplateInterface(); $BlockTemplateInterface->to_json(): array;
BlockTemplateInterface::to_json() BlockTemplateInterface::to json code WC 10.7.0
public function to_json(): array;