Yoast\WP\SEO\Dashboard\Infrastructure\Endpoints
SEO_Scores_Endpoint::get_route
Gets the route.
Метод класса: SEO_Scores_Endpoint{}
Хуков нет.
Возвращает
Строку.
Использование
$SEO_Scores_Endpoint = new SEO_Scores_Endpoint(); $SEO_Scores_Endpoint->get_route(): string;
Код SEO_Scores_Endpoint::get_route() SEO Scores Endpoint::get route Yoast 27.4
public function get_route(): string {
return SEO_Scores_Route::get_route_prefix();
}