Hi there, I need an expert wordpress php ajax developer, this is my scenario.
I have installed Sensei Plugin, and Sensei Attached. (for online courses and attached file to single lesson)
Now I need this:
1) when a user finish a lesson or download a single file, an Ajax call send data to db
2) The data must be: id_lesson, id_user, id_file
3) These data has to save on: user_meta('student_material'); (this is an example)
4) In admin I need a query to see which student has download which file
I have all functions structure, now I need to fix and finalize it.