Automattic\WooCommerce\Internal\Admin\BlockTemplates
AbstractBlockTemplate::get_id
Get the template ID.
Method of the class: AbstractBlockTemplate{}
No Hooks.
Returns
null. Nothing (null).
Usage
$AbstractBlockTemplate = new AbstractBlockTemplate(); $AbstractBlockTemplate->get_id(): string;
AbstractBlockTemplate::get_id() AbstractBlockTemplate::get id code WC 10.3.6
abstract public function get_id(): string;