Automattic\WooCommerce\Admin\BlockTemplates
BlockTemplateInterface::get_title()
Get the template title.
Method of the class: BlockTemplateInterface{}
No Hooks.
Return
null
. Nothing (null).
Usage
$BlockTemplateInterface = new BlockTemplateInterface(); $BlockTemplateInterface->get_title(): string;
BlockTemplateInterface::get_title() BlockTemplateInterface::get title code WC 9.7.1
public function get_title(): string;