hi
here is the code
please add this code in wplms-customizer.php in your wplms customizer plugin
before:
http://prntscr.com/y9lk4r
after:
http://prntscr.com/y9lp9x
code:
add_action('wplms_course_start_after_timeline',function ($course_id,$unit){
$forum = get_post_meta($course_id,'vibe_product',true);
if(empty($forum)){
?>
<style type="text/css">
.course_pursue_panel .more_course form :nth-child(2){
display:none !important;
}
</style>
<?php
}
},10,2);
but this code is according to my local can you please provide any of your private course URL so it can be more specific according to your site.
thanks