Changeset 47060 for trunk/src/wp-includes/rest-api/class-wp-rest-server.php
- Timestamp:
- 01/11/2020 06:30:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r47044 r47060 218 218 * @param string $path Optional. The request route. If not set, `$_SERVER['PATH_INFO']` will be used. 219 219 * Default null. 220 * @return false|nullNull if not served and a HEAD request, false otherwise.220 * @return null|false Null if not served and a HEAD request, false otherwise. 221 221 */ 222 222 public function serve_request( $path = null ) {
Note: See TracChangeset
for help on using the changeset viewer.