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