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