Uses
Uses | Description |
---|---|
wp-includes/Requests/IRI.php: Requests_IRI::get_iri() | Get the complete IRI |
Return the entire IRI when you try and read the object as a string
(string)
File: wp-includes/Requests/IRI.php
public function __toString() { return $this->get_iri(); }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests_iri/__tostring