Automattic\WooCommerce\Internal\EmailEditor\EmailTemplates
WooEmailTemplate::get_slug()
Get the template slug.
Method of the class: WooEmailTemplate{}
No Hooks.
Return
String
. Template identifier.
Usage
$WooEmailTemplate = new WooEmailTemplate(); $WooEmailTemplate->get_slug(): string;
WooEmailTemplate::get_slug() WooEmailTemplate::get slug code WC 9.8.1
public function get_slug(): string { return 'wooemailtemplate'; }