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



http_request_version › WordPress Filter Hooks

Da5.1.0
Deprecaton/a
apply_filters( 'http_request_version', '1.0', $url )
Parametri: (2)
  • (string) $version Version of HTTP used. Accepts '1.0' and '1.1'. Default '1.0'.
    Richiesto:
  • (string) $url The request URL.
    Richiesto:
Definito a:
Codex:

Filters the version of the HTTP protocol used in a request.





Sorgenti

'httpversion'         => apply_filters( 'http_request_version', '1.0', $url ),