Automattic\WooCommerce\EmailEditor\Engine\Templates
Template::get_slug
Get the template slug.
Method of the class: Template{}
No Hooks.
Returns
String.
Usage
$Template = new Template(); $Template->get_slug(): string;
Template::get_slug() Template::get slug code WC 10.7.0
public function get_slug(): string {
return $this->slug;
}