Automattic\WooCommerce\EmailEditor\Engine\Templates

Template::get_titlepublicWC 1.0

Get the template title.

Method of the class: Template{}

No Hooks.

Returns

String.

Usage

$Template = new Template();
$Template->get_title(): string;

Template::get_title() code WC 10.5.0

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