Automattic\WooCommerce\Internal\Admin\BlockTemplates

BlockTemplate::get_idpublicWC 1.0

Get the template ID.

Method of the class: BlockTemplate{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

BlockTemplate::get_id() code WC 9.9.5

public function get_id(): string {
	return 'woocommerce-block-template';
}