Yoast\WP\SEO\MyYoast_Client\Domain
Token_Set::get_token_type
Returns the token type.
Метод класса: Token_Set{}
Хуков нет.
Возвращает
Строку.
Использование
$Token_Set = new Token_Set(); $Token_Set->get_token_type(): string;
Код Token_Set::get_token_type() Token Set::get token type Yoast 28.3
public function get_token_type(): string {
return $this->token_type;
}