Forums

How to Disable WordPress Revisions (3 posts)

  1. ggggqqqqihc
    Member
    Posted 9 months ago #

    WordPress has an annoying "history revisions" function. It generates lots of rubbish in the database. So many people want to disable it. There are some plugins which attempt to solve the problem but the doesn't work well or need to disable autosave feature...

    I found a better method that can disable 'revisions' and no effect on autosave. Please go to my blog and see the details: How to Disable WordPress Revisions (No Plugin).

  2. mrmist
    Member
    Posted 9 months ago #

    Or you can just stick

    define(’WP_POST_REVISIONS’, false);

    In your wp-config.

  3. ggggqqqqihc
    Member
    Posted 9 months ago #

    @mrmist : define('WP_POST_REVISIONS',false) doesn't work when autosave is enabled. I don't want to disable autosave.

Reply

You must log in to post.

About this Topic