wordfence_updated_max_global_requests
wordfence_updated_max_global_requests
Appears in: wordfence.8.0.1, wordfence.8.0.2, wordfence.8.0.3, wordfence.8.0.4, wordfence.8.0.5, wordfence.8.1.0
Hook Type: action
Displaying hooks found in version: wordfence.8.1.0do_action('wordfence_updated_max_global_requests') is found 1 times:
- /lib/wfConfig.php line 2861
* @type int|string $threshold The number of requests before the rate limit is enforced * @type string $action The action taken when enforcing the rate limit * } */ do_action('wordfence_updated_max_global_requests', $before, $after); } break; } case 'maxRequestsCrawlers': case 'maxRequestsCrawlers_action': {