W3cubDocs

/WordPress

WP_REST_Response::set_matched_route( string $route )

Sets the route (regex for path) that caused the response.

Parameters

$route

(string) (Required) Route name.

Source

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

public function set_matched_route( $route ) {
		$this->matched_route = $route;
	}

Changelog

Version Description
4.4.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_rest_response/set_matched_route