apply_filters( 'ep_max_remote_request_tries', $tries, $path, $args ) → {int}
Filter max number of times to attempt remote requests
Parameters:
Name | Type | Description |
---|---|---|
$tries |
int | Number of times to try |
$path |
path | Request path |
$args |
args | Request arguments |
Returns:
New number of tries
- Type
- int