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