wordfence_ls_changed_ip_source

wordfence_ls_changed_ip_source

Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.1.0

do_action('wordfence_ls_changed_ip_source') is found 1 times:

  • /modules/login-security/classes/controller/settings.php line 436
    					 *
    					 * @param string $before The previous value.
    					 * @param string $after The new value.
    					 */
    					do_action('wordfence_ls_changed_ip_source', $before, $after);
    				}
    				break;
    			case self::OPTION_IP_TRUSTED_PROXIES:
    				$before = $this->trusted_proxies();
    				$after = explode("\n", $value); //Already cleaned here so just re-split