wordfence_ls_updated_allowed_ips
wordfence_ls_updated_allowed_ips
Appears in: wordfence.8.0.1
Hook Type: action
Displaying hooks found in version: wordfence.8.0.1do_action('wordfence_ls_updated_allowed_ips') is found 1 times:
- /modules/login-security/classes/controller/settings.php line 415
* * @param string[] $before The previous value. * @param string[] $after The new value. */ do_action('wordfence_ls_updated_allowed_ips', $before, $after); break; case self::OPTION_IP_SOURCE: $before = $this->get($key); $after = $value; /**