wordfence_updated_allowed_ips

wordfence_updated_allowed_ips

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_action('wordfence_updated_allowed_ips') is found 1 times:

  • /lib/wfConfig.php line 2409
    				 *
    				 * @param string[] $before The previous IP list.
    				 * @param string[] $after The new IP list.
    				 */
    				do_action('wordfence_updated_allowed_ips', $before, explode(',', $newValue));
    				break;
    			}
    			case 'whitelistedServices':
    			{
    				$before = (array) wfConfig::getJSON($key, array());
    				$after = json_decode($newValue, true);