Yoast\WP\SEO\AI_Generator\Infrastructure\Endpoints

Get_Suggestions_Endpoint::get_routepublicYoast 1.0

Gets the route.

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

Хуков нет.

Возвращает

Строку.

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

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

Код Get_Suggestions_Endpoint::get_route() Yoast 27.7

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