wordfence_ls_updated_trusted_proxies

wordfence_ls_updated_trusted_proxies

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_action('wordfence_ls_updated_trusted_proxies') is found 1 times:

  • /modules/login-security/classes/controller/settings.php line 443
    				 *
    				 * @param string[] $before The previous value.
    				 * @param string[] $after The new value.
    				 */
    				do_action('wordfence_ls_updated_trusted_proxies', $before, $after);
    				break;
    			case self::OPTION_REQUIRE_2FA_USER_GRACE_PERIOD:
    				$before = $this->get($key);
    				$after = $value;
    
    				/**