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.


Top ↑

Source Source

File: wp-includes/class-wp-http-encoding.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.