Summery Summery
Sets the route (regex for path) that caused the response.
Syntax Syntax
Parameters Parameters
- $route
-
(Required) Route name.
Source Source
File: wp-includes/rest-api/class-wp-rest-response.php
public function set_matched_route( $route ) { $this->matched_route = $route; }
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |