Yoast\WP\SEO\Bulk_Editor\Infrastructure\Endpoints

Update_Scores_Endpoint::get_routepublicYoast 1.0

Gets the route.

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

Хуков нет.

Возвращает

string.

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

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

Код Update_Scores_Endpoint::get_route() Yoast 28.4

public function get_route(): string {
	return Scores_Route::ROUTE_PREFIX;
}