Requests_IRI::get_uri()
Get the complete URI
Return
(string)
Source
File: wp-includes/Requests/IRI.php
protected function get_uri() {
return $this->to_uri($this->get_iri());
}
Get the complete URI
(string)
File: wp-includes/Requests/IRI.php
protected function get_uri() {
return $this->to_uri($this->get_iri());
}