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