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