Add custom section between course button and price with hook

Home Forums Legacy Support Support queries How-to & Troubleshooting Add custom section between course button and price with hook

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #170263
    dantwah
    Spectator
    Hi! I have custom section that I want to add in the course details box. However I cannot find the correct hook to place it in the location that I want. I would like to get it as follows: http://prntscr.com/kaazdo Kind regards
    #170354
    Diana
    Participant
    @dantwah This is the hook which will show your stuff after course button wplms_after_course_button_form
    #170391
    dantwah
    Spectator
    Thanks for the response. I tried it but it does not work unfortunately.
    #170487
    Diana
    Participant
    @dantwah, You have to add the code in customizer Plugin. Go to wp-admin > Plugins > editor > Select WPLMS Customizer Plugin > wplms-customizer.php add_action('wplms_after_course_button_form','show_something_in_course_detail',999); function show_something_in_course_detail(){ //your code for that box }  
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add custom section between course button and price with hook’ is closed to new replies.