Automattic\WooCommerce\EmailEditor\Engine\Templates
Template::get_title
Get the template title.
Method of the class: Template{}
No Hooks.
Returns
String.
Usage
$Template = new Template(); $Template->get_title(): string;
Template::get_title() Template::get title code WC 10.5.0
public function get_title(): string {
return $this->title;
}