wordfence_changed_ip_source

wordfence_changed_ip_source

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_action('wordfence_changed_ip_source') is found 1 times:

  • /lib/wfConfig.php line 3309
    					 *
    					 * @param string $before The previous value.
    					 * @param string $after The new value.
    					 */
    					do_action('wordfence_changed_ip_source', $before, $after);
    				}
    				break;
    			}
    			case 'howGetIPs_trusted_proxies':
    			{
    				$before = array_filter(preg_split('/[\r\n]+/', wfConfig::get($key)));