wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_http_accept_encoding › Filtr WordPress Hooks

Od3.6.0
Przestarzałyn/a
apply_filters( 'wp_http_accept_encoding', $type, $url, $args )
Parametry: (3)
  • (string[]) $type Array of what encoding types to accept and their priority values.
    Wymagane: Tak
  • (string) $url URL of the HTTP request.
    Wymagane: Tak
  • (array) $args HTTP request arguments.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the allowed encoding types.





Źródło

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