A very interesting feature added in WordPress is the post revisions tracking, like in version control systems. During the life of your Wordpress website database may grow bigger and filled with useless data, mostly when user prefer the built-in editor and clicks often on “Save†button .These revisions are stored the WordPress database in wp_posts table, with post_type set to ‘revision’.
Tag: Post revisions tracking
1 post