wordfence_updated_max_human_requests

wordfence_updated_max_human_requests

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_action('wordfence_updated_max_human_requests') is found 1 times:

  • /lib/wfConfig.php line 2982
    					 * 		@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_human_requests', $before, $after);
    				}
    				break;
    			}
    			case 'max404Humans':
    			case 'max404Humans_action':
    			{