Advertisement

Summery Summery

Filters the allowed encoding types.

Syntax Syntax

apply_filters( 'wp_http_accept_encoding', string[] $type, string $url, array $args )

Parameters Parameters

$type

Array of what encoding types to accept and their priority values.

$url

URL of the HTTP request.

$args

HTTP request arguments.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.

Advertisement

Leave a Reply