Weird display of course pages

Home Forums Legacy Support Support queries Update Issues Weird display of course pages

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #362046
    Anshuman Sahu
    Keymaster
    you can disable this from wp-admin -> wplms -> course manager -> enable news .
    #362661
    Raph
    Spectator
    This reply has been marked as private.
    #362823
    Anshuman Sahu
    Keymaster
    please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :
    add_action('template_redirect',function(){
      if(class_exists('WPLMS_4_Filters')){
        $filter = WPLMS_4_Filters::init();
        remove_filter('vibe_get_option',array($filter,'enable_news_v4'),10,3);
      }
      
    });
Viewing 3 posts - 16 through 18 (of 18 total)
  • The topic ‘Weird display of course pages’ is closed to new replies.