apply_filters( 'rest_exposed_cors_headers', string[] $expose_headers )
Filters the list of response headers that are exposed to REST API CORS requests.
Parameters
- $expose_headers
-
The list of response headers to expose.
Source
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |