Yoast\WP\SEO\Dashboard\Infrastructure\Endpoints

Readability_Scores_Endpoint::get_url()publicYoast 1.0

Gets the URL.

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

Хуков нет.

Возвращает

Строку.

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

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

Код Readability_Scores_Endpoint::get_url() Yoast 24.4

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