Yoast\WP\SEO\MyYoast_Client\Application\Grants
Grant_Interface::get_grant_type
Returns the OAuth grant type identifier (e.g. "authorization_code").
Метод класса: Grant_Interface{}
Хуков нет.
Возвращает
Строку.
Использование
$Grant_Interface = new Grant_Interface(); $Grant_Interface->get_grant_type(): string;
Код Grant_Interface::get_grant_type() Grant Interface::get grant type Yoast 27.7
public function get_grant_type(): string;