wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_http_accept_encoding › WordPress Filter Hooks

Da3.6.0
Deprecaton/a
apply_filters( 'wp_http_accept_encoding', $type, $url, $args )
Parametri: (3)
  • (string[]) $type Array of what encoding types to accept and their priority values.
    Richiesto:
  • (string) $url URL of the HTTP request.
    Richiesto:
  • (array) $args HTTP request arguments.
    Richiesto:
Definito a:
Codex:

Filters the allowed encoding types.





Sorgenti

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