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