Just copy and past following codes to yourdomain.com/wp-config.php
Example:
PHP
/**
* Set the post revisions unless the constant was set in wp-config.php
*/
if (!defined('WP_POST_REVISIONS')) define('WP_POST_REVISIONS', 5);
Set a maximum number of post revisions to avoid DB bloat | Wordpress Post Shortcode |
How to Set a maximum number of post revisions to avoid DB bloat | Wordpress Post Shortcode |
Type: | Php |
Category: | Web Tutorial |
Sub Category: | Wordpress Post Shortcode |
Uploaded by: | Admin |