Yoast\WP\SEO\MyYoast_Client\Infrastructure\Endpoints
Authorize_Endpoint::get_name
Gets the name.
Метод класса: Authorize_Endpoint{}
Хуков нет.
Возвращает
Строку.
Использование
$Authorize_Endpoint = new Authorize_Endpoint(); $Authorize_Endpoint->get_name(): string;
Код Authorize_Endpoint::get_name() Authorize Endpoint::get name Yoast 28.3
public function get_name(): string {
return 'authorize';
}