I have use this code exactly same from the tutorial i have seen https://www.wpblog.com/disable-limit-wordpress-post-revisions/ but still having some issues as it’s not working properly or might be i am doing something wrong. Can anyone help me to disable the post revisions ?
define('AUTOSAVE_INTERVAL', 300);
define('WP_POST_REVISIONS', false);
define('WP_DEBUG" false);This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi Alexander,
There’s an error with the provided code:
define('WP_DEBUG" false);Should be:
define('WP_DEBUG' false);Regardless, can you please elaborate on the issues you’re facing?
Hey Alex, Thanks it works. Cheers :)
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.