1. Go to WP Admin -> Plugins -> Editor -> WPLMS Customiser -> customizer_class.php
2. Locate the __construct function and add below line of code :


PHP Code:

 

remove_filter('check_comment_flood', 'check_comment_flood_db');
add_filter('comment_flood_filter', '__return_false');