Automattic\WooCommerce\Admin\BlockTemplates

BlockTemplateInterface::to_jsonpublicWC 1.0

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() code WC 10.6.2

public function to_json(): array;