Unable to enable course reviews

Home Forums Legacy Support Support queries Other issues Unable to enable course reviews

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #134306
    tylerburke
    Participant
    All of the sudden one of our courses is not showing reviews. I am unable to check the enable comments on that course. As soon as I update it, it unchecks the box. Is there another setting somewhere causing that to happen?
    #134418
    Anshuman Sahu
    Keymaster
    Please try adding this code in your wplms-customizer.php file in wplms customizer plugin : add_action('init',function(){   wp_update_post(array('ID'=>2927,'comment_status' => 'open'));   }); please change the " 2927 " with the course id in above code.
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Unable to enable course reviews’ is closed to new replies.