Automattic\WooCommerce\EmailEditor\Engine\Templates

Template::get_namepublicWC 1.0

Get the template name composed from the plugin_uri and the slug.

Method of the class: Template{}

No Hooks.

Returns

String.

Usage

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

Template::get_name() code WC 10.5.0

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