Automattic\WooCommerce\EmailEditor\Engine\Templates
Template::get_slug
Get the template slug.
Метод класса: Template{}
Хуков нет.
Возвращает
Строку.
Использование
$Template = new Template(); $Template->get_slug(): string;
Код Template::get_slug() Template::get slug WC 11.0.1
public function get_slug(): string {
return $this->slug;
}