Comments on: How to Limit, Disable or Delete Post Revisions in WordPress https://zuziko.com/tutorials/how-to-limit-disable-or-delete-post-revisions-in-wordpress/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-limit-disable-or-delete-post-revisions-in-wordpress Wed, 05 Feb 2020 16:02:55 +0000 hourly 1 By: David Green https://zuziko.com/tutorials/how-to-limit-disable-or-delete-post-revisions-in-wordpress/#comment-562 Sat, 07 Sep 2019 19:32:58 +0000 https://zuziko.com/?p=2312#comment-562 In reply to Asad Hanif.

Hi Asad,

That is correct, the code shown above will also stop page revisions.

]]>
By: Asad Hanif https://zuziko.com/tutorials/how-to-limit-disable-or-delete-post-revisions-in-wordpress/#comment-560 Fri, 06 Sep 2019 09:57:32 +0000 https://zuziko.com/?p=2312#comment-560 Hi David,

If I put the following code:

define(‘WP_POST_REVISIONS’, false);

It’ll stop any further revisions, even page revisions?

Thank you!

]]>