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