Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-http-encoding.php | apply_filters | 184 | /** * Filters the allowed encoding types. * * @since 3.6.0 * * @param string[] $type Array of what encoding types to accept and their priority values. * @param string $url URL of the HTTP request. * @param array $args HTTP request arguments. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string[] | $type | Array of what encoding types to accept and their priority values. |
string | $url | URL of the HTTP request. |
array | $args | HTTP request arguments. |