select multiple level section

Home Forums Legacy Support Support queries Setup issues select multiple level section

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #201659
    Nabil G.
    Spectator
    In create course front end section. I renamed level as language and changed slug to language as per our need. By using select2 (jquery) we are selecting 3 options from level(language)"It is requirement". The problem is when we save the course from front end at that time the multiple values of level(language) are not getting stored to backend. How we can update the level meta for multiple selected values. Is there any hook or option to overcome this problem.
    #201661
    Nabil G.
    Spectator
    the post_type=course taxonomy=level for above issue
    #201891
    Ava
    Member
    Well yes you are correct , currently there is no provision to save multiple categories or levels from front end . there is no action hook provided , we need to add this in the code itself which we will in upcoming updates of wplms.
    #202074
    Nabil G.
    Spectator
    Right now which hook saves data of front end course?
    #202213
    Ava
    Member
    this hook in  wp-content\plugins\wplms-front-end\includes folder   do_action('wplms_front_end_save_course_settings',$course_id,$settings);
    #202437
    Nabil G.
    Spectator
    Can you please add these hooks in upcoming version for respective function?
    do_action('wplms_front_end_create_course',$course_id,$settings);
    
    do_action('wplms_front_end_save_course',$course_id,$settings);
    #202567
    Anshuman Sahu
    Keymaster
    Yes we would in create_course and save_course functions .  
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘select multiple level section’ is closed to new replies.