WP_REST_Response::get_matched_route()

Retrieves the route that was used.


Description Description


Return Return

(string) The matched route.


Top ↑

Source Source

File: wp-includes/rest-api/class-wp-rest-response.php

	public function get_matched_route() {
		return $this->matched_route;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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