Yoast\WP\SEO\Dashboard\Infrastructure\Endpoints

SEO_Scores_Endpoint::get_route()publicYoast 1.0

Gets the route.

Метод класса: SEO_Scores_Endpoint{}

Хуков нет.

Возвращает

Строку.

Использование

$SEO_Scores_Endpoint = new SEO_Scores_Endpoint();
$SEO_Scores_Endpoint->get_route(): string;

Код SEO_Scores_Endpoint::get_route() Yoast 24.4

public function get_route(): string {
	return SEO_Scores_Route::get_route_prefix();
}