Requests_IRI::get_uri() WordPress Method
The get_uri() method of the Requests_IRI class is used to retrieve the URI of the current request. This is useful for getting the full URL of the current page, including the query string.
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()); }
Expand full source codeCollapse full source codeView on TracView on GitHub