Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_titlepublicWC 1.0

Get the template title.

Method of the class: ProductTemplate{}

No Hooks.

Returns

String.

Usage

$ProductTemplate = new ProductTemplate();
$ProductTemplate->get_title();

ProductTemplate::get_title() code WC 11.0.1

public function get_title() {
	self::maybe_log_removal_warning();

	return '';
}