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