wordfence_changed_trusted_proxy_preset

wordfence_changed_trusted_proxy_preset

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_action('wordfence_changed_trusted_proxy_preset') is found 1 times:

  • /lib/wfConfig.php line 3345
    					 *
    					 * @param string $before The previous value.
    					 * @param string $after The new value.
    					 */
    					do_action('wordfence_changed_trusted_proxy_preset', $before, $after);
    				}
    				break;
    			}
    			case 'ipResolutionList':
    			{
    				$before = (array) wfConfig::getJSON($key, array());