WP_REST_Response::get_matched_route()
Retrieves the route that was used.
{} It's a method of the class: WP_REST_Response{}
No Hooks.
Return
String
. The matched route.
Usage
$WP_REST_Response = new WP_REST_Response(); $WP_REST_Response->get_matched_route();
Changelog
Since 4.4.0 | Introduced. |
Code of WP_REST_Response::get_matched_route() WP REST Response::get matched route WP 5.9.3
public function get_matched_route() { return $this->matched_route; }