wordfence_changed_trusted_proxy_preset
wordfence_changed_trusted_proxy_preset
Appears in: wordfence.8.0.1
Hook Type: action
Displaying hooks found in version: wordfence.8.0.1do_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());