Filters the number of redirects allowed during an HTTP request.
Parameters
$redirect_count
int- Number of redirects allowed. Default 5.
$url
string- The request URL.
Source
'redirection' => apply_filters( 'http_request_redirection_count', 5, $url ),
User Contributed Notes
You must log in before being able to contribute a note or feedback.