//This goes to PHP >> MYSQL deletes all revisions made DELETE FROM wp_posts WHERE post_type = "revision"; ------------------------------- //The following goes to wp-config.php file define( 'WP_POST_REVISIONS', 10 );