WpOrg\Requests

Iri::__toString()publicWP 1.0

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

Метод класса: Iri{}

Хуков нет.

Возвращает

Строку.

Использование

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

Код Iri::__toString() WP 6.6.1

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