Automattic\WooCommerce\Internal\Admin\BlockTemplates
BlockTemplate::get_id
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() BlockTemplate::get id code WC 10.8.1
public function get_id(): string {
return 'woocommerce-block-template';
}