wordfence_updated_trusted_proxy_preset_definitions

wordfence_updated_trusted_proxy_preset_definitions

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_action('wordfence_updated_trusted_proxy_preset_definitions') is found 1 times:

  • /lib/wfConfig.php line 3362
    				 *
    				 * @param array $before The previous definitions.
    				 * @param array $after The new definitions.
    				 */
    				do_action('wordfence_updated_trusted_proxy_preset_definitions', $before, $after);
    				break;
    			}
    		}
    	}
    }