Automattic\WooCommerce\Admin\Features\ProductBlockEditor
ProductTemplate::get_title
Get the template title.
Method of the class: ProductTemplate{}
No Hooks.
Returns
String. The title.
Usage
$ProductTemplate = new ProductTemplate(); $ProductTemplate->get_title();
ProductTemplate::get_title() ProductTemplate::get title code WC 10.6.2
public function get_title() {
return $this->title;
}