wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_http_accept_encoding › WordPress Filter Hooks

Seit3.6.0
Veraltetn/v
apply_filters( 'wp_http_accept_encoding', $type, $url, $args )
Parameter: (3)
  • (string[]) $type Array of what encoding types to accept and their priority values.
    Erforderlich: Ja
  • (string) $url URL of the HTTP request.
    Erforderlich: Ja
  • (array) $args HTTP request arguments.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the allowed encoding types.





Quellcode

$type = apply_filters( 'wp_http_accept_encoding', $type, $url, $args );