Custom action after WordFence bans IP address
-
Hi, first of all, great job with this astonishing plugin.
My question is how can I add custom add_action after WordFence bans an IP address. Is it possible something like:
add_action('wordfence_new_ban_action_name', 'my_action_name'); function my_action_name($banned_ip) { echo $banned_ip // code }
I goal is to feed fail2ban jail with malicious IP address to protect rest of the server.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom action after WordFence bans IP address’ is closed to new replies.