Automattic\WooCommerce\Admin\BlockTemplates

BlockTemplateInterface::get_id()publicWC 1.0

Get the template ID.

Method of the class: BlockTemplateInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

$BlockTemplateInterface = new BlockTemplateInterface();
$BlockTemplateInterface->get_id(): string;

BlockTemplateInterface::get_id() code WC 9.8.4

public function get_id(): string;