apply_filters( 'wp_http_accept_encoding', array $type , string $url , array $args )
Filters the allowed encoding types.
Description Description
Parameters Parameters
- $type
-
(array) Encoding types allowed. Accepts 'gzinflate', 'gzuncompress', 'gzdecode'.
- $url
-
(string) URL of the HTTP request.
- $args
-
(array) HTTP request arguments.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |