This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Need help to disable post revisions

7 years ago · Last reply by Alex S 7 years ago

I am trying to disable post revisions as I have use this code exactly same from the tutorial i have seen about WordPress disable post revisions but still I am having some issues. Can anyone tell how can I disable post revisions ?

define(‘AUTOSAVE_INTERVAL, 300);
define(‘WP_POST_REVISIONS’, false);
define(‘WP_DEBUG”, false);

If I am going to put this code then it will stop further revisions. Can anyone help me on this ?

define(‘WP_POST_REVISIONS’, false);

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 7 years, 10 months ago

    Hi Alexander,

    The WP_POST_REVISIONS setting change is all that’s required to disable Post Revisions. Please note that revisions that already exist will not be deleted by changing this setting – you’ll need to clear them manually.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread