we are using "sensei_user_course_end" Action in our theme function.php. We need the course id of the course which just completed inside the function block.
add_action('sensei_user_course_end','user_course_end',4,1); function user_course_end($course_id) { // how can I get the course id here }
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire