WpOrg\Requests

Iri::get_uri()protectedWP 1.0

Get the complete URI

Method of the class: Iri{}

No Hooks.

Return

String.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_uri();

Iri::get_uri() code WP 6.6.2

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