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



http_request_redirection_count › WordPress Filter Hooks

Seit5.1.0
Veraltetn/v
apply_filters( 'http_request_redirection_count', 5, $url )
Parameter: (2)
  • (int) $redirect_count Number of redirects allowed. Default 5.
    Erforderlich: Ja
  • (string) $url The request URL.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the number of redirects allowed during an HTTP request.





Quellcode

'redirection'         => apply_filters( 'http_request_redirection_count', 5, $url ),