Hide Course Menu Item

Home Forums Legacy Support Support queries Other issues Hide Course Menu Item

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #156119
    ajacks
    Participant
    Hi, Can you please guide on how to hide the Submissions and Stats sub menu in the Course admin on the front end? thanks ajacks
    #156166
    Anshuman Sahu
    Keymaster
    Hi, Please paste the following code in wplms customizer plugin. Go to wp-admin>plugins>editor>wplms customizer plugin.   add_filter('wplms_course_admin_tabs',function($course_admin_tabs){ unset($course_admin_tabs['submissions']); unset($course_admin_tabs['stats']); return $course_admin_tabs; },999);
    #157157
    ajacks
    Participant
    this is done! thanks so much Ray Cheers
    #157295
    Anshuman Sahu
    Keymaster
    Hi, Welcome! Can i close this topic ?
    #157471
    ajacks
    Participant
    Yes please, thanks!
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hide Course Menu Item’ is closed to new replies.