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