DIsable complete unit for students

Home Forums Legacy Support Support queries Other issues DIsable complete unit for students

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #81749
    thebrandinst
    Participant
    how can we disable complete this unit button for students
    #81788
    H.K. Latiyan
    Participant
    Add the bellow code in your wplms-customizer.php file present in your wplms customizer plugin: add_action('wp_head','custom_hide_mark_unit_complete'); function custom_hide_mark_unit_complete(){   if(is_user_logged_in() && !current_user_can('edit_posts')){     echo '<style>#mark-complete{display:none;}</style>';   } }  
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘DIsable complete unit for students’ is closed to new replies.