Automattic\WooCommerce\EmailEditor\Engine\Templates

Template::get_slugpublicWC 1.0

Get the template slug.

Метод класса: Template{}

Хуков нет.

Возвращает

Строку.

Использование

$Template = new Template();
$Template->get_slug(): string;

Код Template::get_slug() WC 9.9.5

public function get_slug(): string {
	return $this->slug;
}