This is the second part of managing WordPress feature of post revisions, for the users who had disabled or turned off post revisions tracking or versions history feature. As you already know, this feature exists in WordPress (starting with WordPress 2.6). After disable it (of course, if you really need to do that), it also make sense to also delete and remove all existing stored post revisions. By doing so, you’ll remove changes made on pages stored in the database such that you’ll slim down the wp_posts table size´. This is especially recommended when there is already lots of revisions […]
Tag: Revision
2 posts
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’.