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