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