wordfence_waf_created_allow_entry
wordfence_waf_created_allow_entry
Appears in: wordfence.8.0.1
Hook Type: action
Displaying hooks found in version: wordfence.8.0.1do_action('wordfence_waf_created_allow_entry') is found 3 times:
- /lib/wfConfig.php line 1653
* @since 8.0.0 * * @see wfConfig.php::wordfence_waf_toggled_allow_entry for the payload structure */ do_action('wordfence_waf_created_allow_entry', $adding); } $saved = true; break; } case 'disableWAFBlacklistBlocking':
- /lib/wordfenceClass.php line 8033
/** * @see wfConfig.php::wordfence_waf_toggled_allow_entry */ do_action('wordfence_waf_created_allow_entry', array(array_merge(array('rule' => $ruleIDs, 'path' => $_POST['path'], 'paramKey' => $_POST['paramKey']), $data))); return array( 'success' => true, ); } }
- /lib/wordfenceClass.php line 8901
* @since 8.0.0 * * @see wfConfig.php::wordfence_waf_toggled_allow_entry for the payload structure */ do_action('wordfence_waf_created_allow_entry', $addedNeedsEvent); } $data = []; if (!empty($wafFailures)) $data['waf_failures'] = $wafFailures; if (!empty($falsePositives))