Hi,
I need to assign the certificate by function. I have not found any function assign to learner after passing the course on this doc https://vibethemes.github.io/wplms-docs/developer-guide.html . Please provide me a function as soon as possible.
Thanks!
But this is the default behaviour how course certificates assigned. Set the course on "Automatic Evaluation". Then add %age for the certificate by editing course and after crossing this threshold the students will earn course certificate
This reply has been marked as private.
You need to track these hooks to find the function in both wplms theme and vibe course module plugin .
Fro finish course please search these two hooks :
wplms_submit_course
wplms_evaluate_course
On these hooks you can execute your own functionality
The filters, hooks and functions are listed here: https://vibethemes.github.io/wplms-docs/developer-guide.html
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.