wordfence_ls_2fa_activated
wordfence_ls_2fa_activated
Appears in: wordfence.8.0.1, wordfence.8.0.2, wordfence.8.0.3, wordfence.8.0.4, wordfence.8.0.5, wordfence.8.1.0
Hook Type: action
Displaying hooks found in version: wordfence.8.1.0do_action('wordfence_ls_2fa_activated') is found 1 times:
- /modules/login-security/classes/controller/totp.php line 49
* @since 1.1.13 * * @param \WP_User $user The user. */ do_action('wordfence_ls_2fa_activated', $user); } /** * Validates the 2FA (or recovery) code for the given user. This will return `null` if the user does not have 2FA * enabled. This check will mark the code as used, preventing its use again. *