apply_filters( 'wp_http_accept_encoding', string[] $type , string $url , array $args )
Filters the allowed encoding types.
Parameters
- $type
-
Array of what encoding types to accept and their priority values.
- $url
-
URL of the HTTP request.
- $args
-
HTTP request arguments.
Source
Changelog
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |