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