- Timestamp:
- 05/02/2016 03:59:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-request.php
r37014 r37342 21 21 * For instance, in a request with `GET id=1` and `POST id=2`, `$request['id']` will equal 22 22 * 2 (`POST`) not 1 (`GET`). For more precision between request methods, use 23 * {@see WP_REST_Request::get_body_params()}, {@see WP_REST_Request::get_url_params()}, 24 * etc. 23 * WP_REST_Request::get_body_params(), WP_REST_Request::get_url_params(), etc. 25 24 * 26 25 * @since 4.4.0
Note: See TracChangeset
for help on using the changeset viewer.