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



http_request_version › WordPress Filter Hooks

Seit5.1.0
Veraltetn/v
apply_filters( 'http_request_version', '1.0', $url )
Parameter: (2)
  • (string) $version Version of HTTP used. Accepts '1.0' and '1.1'. Default '1.0'.
    Erforderlich: Ja
  • (string) $url The request URL.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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