Automattic\WooCommerce\Internal\Features\ProductBlockEditor\ProductTemplates

SimpleProductTemplate::get_titlepublicWC 1.0

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() code WC 9.9.3

public function get_title(): string {
	return __( 'Simple Product Template', 'woocommerce' );
}