Automattic\WooCommerce\Internal\EmailEditor\EmailTemplates

WooEmailTemplate::get_slug()publicWC 1.0

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() code WC 9.8.1

public function get_slug(): string {
	return 'wooemailtemplate';
}