Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_title()publicWC 1.0

Get the template title.

Method of the class: ProductTemplate{}

No Hooks.

Return

String. The title.

Usage

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

ProductTemplate::get_title() code WC 9.7.1

public function get_title() {
	return $this->title;
}