Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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);
Hi Alexander,
There’s an error with the provided code:
Should be:
Regardless, can you please elaborate on the issues you’re facing?
Hey Alex, Thanks it works. Cheers :)