wordfence_ls_2fa_deactivated
wordfence_ls_2fa_deactivated
Appears in: wordfence.8.0.1
Hook Type: action
Displaying hooks found in version: wordfence.8.0.1do_action('wordfence_ls_2fa_deactivated') is found 1 times:
- /modules/login-security/classes/controller/users.php line 240
* @since 1.1.13 * * @param \WP_User $user The user. */ do_action('wordfence_ls_2fa_deactivated', $user); } private function has_admin_with_2fa_active() { static $cache = null; if ($cache === null) { $activeIDs = $this->_user_ids_with_2fa_active();