Requests_IRI::get_uri()
Get the complete URI
Description Description
Return Return
(string)
Source Source
File: wp-includes/Requests/IRI.php
protected function get_uri() {
return $this->to_uri($this->get_iri());
}
Expand full source code Collapse full source code View on Trac