wordfence_waf_toggled_allow_entry

wordfence_waf_toggled_allow_entry

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_action('wordfence_waf_toggled_allow_entry') is found 1 times:

  • /lib/wfConfig.php line 1631
    						 *		@type string $path The URL path the entry applies to.
    						 * 		@type string $paramKey The parameter key the entry applies to. 
    						 * }
    						 */
    						do_action('wordfence_waf_toggled_allow_entry', $toggling);
    					}
    
    					if (!empty($deleting)) {
    						/**
    						 * Fires when WAF allow entries are manually deleted.
    						 *