wordfence_ls_2fa_activated

wordfence_ls_2fa_activated

Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.1.0

do_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.
    	 *