Automattic\WooCommerce\Admin\BlockTemplates
BlockTemplateInterface::get_id
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() BlockTemplateInterface::get id code WC 10.7.0
public function get_id(): string;