I found an useful post in this link due chiacchiere.
It explains how to delete revisions in WordPress using the sql command I report here
DELETE p,tr,pm FROM wp_posts p LEFT JOIN wp_term_relationships tr ON p.ID = tr.object_id LEFT JOIN wp_postmeta pm ON p.ID = pm.post_id WHERE p.post_type = 'revision'
Leave a Reply