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
* @since 5.1.0 The `$url` parameter was added.
Filters the number of redirects allowed during an HTTP request.
$redirect_count
int$url
string* @since 5.1.0 The `$url` parameter was added.
User Contributed Notes
You must log in before being able to contribute a note or feedback.