Requests_IRI::get_uri()

Get the complete URI


Description Description


Return Return

(string)


Top ↑

Source Source

File: wp-includes/Requests/IRI.php

	protected function get_uri() {
		return $this->to_uri($this->get_iri());
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.