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