MailPoet\EmailEditor\Engine\Templates

Template::get_pluginuri()publicWC 1.0

Get the plugin uri.

Method of the class: Template{}

No Hooks.

Return

String.

Usage

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

Template::get_pluginuri() code WC 9.8.1

public function get_pluginuri(): string {
	return $this->plugin_uri;
}