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 9.9.5
public function get_slug(): string { return $this->slug; }