WpOrg\Requests

Iri::__toString()publicWP 1.0

Return the entire IRI when you try and read the object as a string

Method of the class: Iri{}

No Hooks.

Return

String.

Usage

$Iri = new Iri();
$Iri->__toString();

Iri::__toString() code WP 6.6.2

public function __toString() {
	return $this->get_iri();
}