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