Automattic\WooCommerce\Internal\Features\ProductBlockEditor\ProductTemplates
SimpleProductTemplate::get_title
Get the template title.
Method of the class: SimpleProductTemplate{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$SimpleProductTemplate = new SimpleProductTemplate(); $SimpleProductTemplate->get_title(): string;
SimpleProductTemplate::get_title() SimpleProductTemplate::get title code WC 9.9.3
public function get_title(): string { return __( 'Simple Product Template', 'woocommerce' ); }