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