wordfence_ls_changed_2fa_required

wordfence_ls_changed_2fa_required

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_action('wordfence_ls_changed_2fa_required') is found 1 times:

  • /modules/login-security/classes/controller/settings.php line 382
    			 *
    			 * @param string $role The name of the role.
    			 * @param string $state The state of 2FA on the role.
    			 */
    			do_action('wordfence_ls_changed_2fa_required', $role, $value);
    
    			return true;
    		}
    
    		//Settings that will dispatch actions
    		switch ($key) {