wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_http_accept_encoding › Les Filtres WordPress

Depuis3.6.0
Dépréciéen/a
apply_filters( 'wp_http_accept_encoding', $type, $url, $args )
Paramètres: (3)
  • (string[]) $type Array of what encoding types to accept and their priority values.
    Requis: Oui
  • (string) $url URL of the HTTP request.
    Requis: Oui
  • (array) $args HTTP request arguments.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the allowed encoding types.





Source

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