Integration with tutor lms

Hi! is it possible to integrate tutor lms things? ex: course

thank you!

If it’s a post type, you should be able to loop through it, but any custom data structures require integration code.

Hi @jongjong, Just an additional from what @teamtangible said, we currently dont have a direct integration with the Tutor LMS, which means we cannot access data such as user progress directly if it is stored in a serialized array or custom table. However, there is still some data available in the database that can be retrieved, such as postmeta and usermeta, although it requires additional steps. You could also try using SQL Buddy plugin as a tool to find the meta keys.

thank you so much for replying!

I got it! then I will do as your guideline! thank you so much!!