Requests_IRI::__toString() public WP 1.0
Return the entire IRI when you try and read the object as a string
{} It's a method of the class: Requests_IRI{}
No Hooks.
Return
String.
Usage
$Requests_IRI = new Requests_IRI(); $Requests_IRI->__toString();
Code of Requests_IRI::__toString() Requests IRI:: toString WP 5.6
public function __toString() {
return $this->get_iri();
}