1)Add this code in your child theme or wp-content/plugins/wplms-customizer/wplms-customizer.php :
add_filter('wplms_login_threshold',function() { return 60; });
This will make the user to login in 1 minute.
Modified on: Sat, Jun 13, 2015 at 3:20 PM
1)Add this code in your child theme or wp-content/plugins/wplms-customizer/wplms-customizer.php :
add_filter('wplms_login_threshold',function() { return 60; });
This will make the user to login in 1 minute.
Did you find it helpful? Yes No
Send feedback