Removing Course Status from Course Directory, All Courses and Course Thumbnails

From version 1.5.4 , for users who have taken a particular Course, the Course status is shown in place of the price . This is a usability feature as it prevents an extra step for user to check the status of the course. However, if you want to remove Course status, you can do this easily:

0. Install WPLMS Customizer plugin
1. Go to WP Admin -> Plugins -> Editor -> wplms customizer- > customizer_class.php
2. Add following line of code in _construct function:

PHP Code:
remove_filter('wplms_course_credits','wplms_show_course_student_status'));