Home / Admin / Limit Post Revisions
Duplicate Snippet

Embed Snippet on Your Site

Limit Post Revisions

This snippet will limit the post revisions storage memory to 4.

To get started, you’ll need to open your site’s wp-config.php file. Look for the line that reads:
/* That's all, stop editing! Happy publishing. */

Be sure to add any new code above this line.

<10
Code Preview
php
<?php
define( 'WP_POST_REVISIONS', 4 );

Comments

Add a Comment