WordPress – How to query revisions of learndash courses, lessons and chapters in SQL
I have a database backup from where I would like to get all revision for a course, then for its lessons and for each lessons the chapters. The revision of a course was easy enough: SELECT * FROM wp_posts WHERE…