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 9.9.5
public function get_id(): string { return 'woocommerce-block-template'; }