WpOrg\Requests
Iri::get_uri
Get the complete URI
Method of the class: Iri{}
No Hooks.
Returns
String.
Usage
// protected - for code of main (parent) or child class $result = $this->get_uri();
Iri::get_uri() Iri::get uri code WP 7.0
protected function get_uri() {
return $this->to_uri($this->get_iri());
}