wpseek.com
A WordPress-centric search engine for devs and theme authors
rest_request_after_callbacks › WordPress Filter Hooks
Since4.7.0
Deprecatedn/a
› apply_filters( 'rest_request_after_callbacks', $response, $handler, $request )
| Parameters: (3) |
|
| Defined at: | |
| Codex: |
Filters the response immediately after executing any REST API callbacks.
Allows plugins to perform any needed cleanup, for example, to undo changes made during the {@see 'rest_request_before_callbacks'} filter. Note that this filter will not be called for requests that fail to authenticate or match to a registered route. Note that an endpoint's `permission_callback` can still be called after this filter - see `rest_send_allow_header()`.Related Functions: _sort_uname_callback, _get_plugin_from_callback, _sort_name_callback, rest_parse_request_arg, rest_get_avatar_urls, preview_theme_ob_filter_callback