Changeset 38749
- Timestamp:
- 10/07/2016 07:23:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r38689 r38749 876 876 877 877 /** 878 * Call a filterbefore executing any REST API callbacks.878 * Filters the response before executing any REST API callbacks. 879 879 * 880 880 * Allows plugins to perform additional validation after a … … 931 931 932 932 /** 933 * Call a filterimmediately after executing any REST API933 * Filters the response immediately after executing any REST API 934 934 * callbacks. 935 935 * 936 936 * Allows plugins to perform any needed cleanup, for example, 937 * to undo changes made during `rest_request_before_callbacks`. 937 * to undo changes made during the {@see 'rest_request_before_callbacks'} 938 * filter. 938 939 * 939 940 * Note that this filter will not be called for requests that … … 941 942 * 942 943 * Note that an endpoint's `permission_callback` can still be 943 * called after this filter - see the `rest_send_allow_header` 944 * function. 944 * called after this filter - see `rest_send_allow_header()`. 945 945 * 946 946 * @since 4.7.0
Note: See TracChangeset
for help on using the changeset viewer.