apply_filters( 'rest_envelope_response', array $envelope , WP_REST_Response $response )
Filters the enveloped form of a response.
Description Description
Parameters Parameters
- $envelope
-
(array) Envelope data.
- $response
-
(WP_REST_Response) Original response data.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |