Yoast\WP\SEO\AI\Content_Planner\Infrastructure\Endpoints

Get_Outline_Endpoint::get_urlpublicYoast 1.0

Gets the URL.

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

Хуков нет.

Возвращает

Строку.

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

$Get_Outline_Endpoint = new Get_Outline_Endpoint();
$Get_Outline_Endpoint->get_url(): string;

Код Get_Outline_Endpoint::get_url() Yoast 27.7

public function get_url(): string {
	return \rest_url( $this->get_namespace() . $this->get_route() );
}