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