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