MailPoet\EmailEditor\Engine\Templates

Template::get_name()publicWC 1.0

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() code WC 9.8.1

public function get_name(): string {
	return $this->name;
}