Issue Inserting H5P content frontend

Home Forums Legacy Support Support queries Other issues Issue Inserting H5P content frontend

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #136786
    edner
    Spectator
    Hi, It is assumed that all h5p contents created from the backend must be available to insert in the frontend! That is not the case in my case. As you can see in my backend there are 10 h5p contents created by Edner Zephir http://prntscr.com/hdsxsu but this same user (Edner Zephir) can not see those contents from the frontend http://prntscr.com/hdt2fm.
    #136919
    Anshuman Sahu
    Keymaster
    Please try adding this code in your wplms-customizer.php file in wplms customizer plugin : add_filter('wplms_h5p_contents_limit',function(){   return 100;   });
    #136944
    edner
    Spectator
    Thank you
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Issue Inserting H5P content frontend’ is closed to new replies.