wordfence_toggled_prevent_application_passwords
wordfence_toggled_prevent_application_passwords
Appears in: wordfence.8.0.1
Hook Type: action
Displaying hooks found in version: wordfence.8.0.1do_action('wordfence_toggled_prevent_application_passwords') is found 1 times:
- /lib/wfConfig.php line 2704
* @param bool $after The new status. * @since 8.0.0 * */ do_action('wordfence_toggled_prevent_application_passwords', $before, $after); } break; } case 'other_blockBadPOST': { $before = wfUtils::truthyToBoolean(wfConfig::get($key));