Automattic\WooCommerce\Admin\BlockTemplates

BlockTemplateInterface::to_json()publicWC 1.0

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

public function to_json(): array;