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