wordfence_updated_ignored_alert_ips

wordfence_updated_ignored_alert_ips

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_action('wordfence_updated_ignored_alert_ips') is found 1 times:

  • /lib/wfConfig.php line 2473
    				 *
    				 * @param string[] $before The previous list.
    				 * @param string[] $after The new list.
    				 */
    				do_action('wordfence_updated_ignored_alert_ips', $before, $after);
    				break;
    			}
    			case 'loginSecurityEnabled':
    			{
    				$before = wfUtils::truthyToBoolean(wfConfig::get($key));
    				$after = wfUtils::truthyToBoolean($newValue);