该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

WP Revisions Limit

描述

Keep your WordPress fast and your database clean!

WordPress 3.6 allows users to control how many revisions are stored for each supported post type.
This plugin provides an interface for this new functionality.

Why you should use this plugin?

Each time you click Save Draft or Update, a revision is saved on the database.
WordPress will store all revisions for each page on your blog. Revisions allow you to look back at the recent changes you’ve made and revert to an earlier version if necessary.

But, what about all those revisions that you won’t use anymore? Yes, they are still there, taking space from your hosting space and increasing the volume of your database and making it slower and heavier!

With this plugin you can easily limit the number of revisions that you want to save, with this you are saving space on your database and keeping the overall site performance in good shape.

How can I change/limit the number of revisions stored on my database?

Once WP Revisions Limit plugin is installed and activated, go to Settings > Revisions Limit in your WordPress site and specify the number of revisions you want to store for each post/page under Revisions Options section.

Compatibility:

This plugin is fully compatible with any WordPress site with version 3.6 or higher.

Requires at least WordPress 3.6 and PHP 5.3

Please show your support for this plugin by giving it a rating

Development is on GitHub: https://github.com/rrodrigonuez/WP-Revisions-Limit

Pull requests are more than welcome!

屏幕截图

  • The plugin's settings section, found under Settings > Revisions Limit.

安装

From your WordPress Dashboard:

  1. Go to the Plugins > Add New
  2. Search For WP Revisions Limit
  3. Install it
  4. Activate WP Revisions Limit plugin through the Plugins page in your WordPress site
  5. Go to Settings > Revisions Limit and set the options under Revisions Options section in your WordPress site

Uploading it in WordPress Dashboard:

  1. Download WP Revisions Limit plugin
  2. Go to the Plugins > Add New
  3. Click Upload
  4. Select wp-revisions-limit.zip file from your computer
  5. Click Install Now
  6. Activate WP Revisions Limit plugin through the Plugins page in your WordPress site
  7. Go to Settings > Revisions Limit and set the options under Revisions Options section in your WordPress site

From WordPress.org using FTP:

  1. Download WP Revisions Limit plugin
  2. Unzip wp-revisions-limit.zip file
  3. Upload wp-revisions-limit directory to your /wp-content/plugins/ directory, using your favorite method (ftp, sftp, scp, etc…)
  4. Activate WP Revisions Limit plugin through the Plugins page in your WordPress site
  5. Go to Settings > Revisions Limit and set the options under Revisions Options section in your WordPress site

常见问题

Where do I change the plugin’s settings?

Navigate to Settings > Revisions Limit in your WordPress Dashboard, and look for the Revisions Options section.

Is this plugin compatible with my WordPress site?

This plugin is fully compatible with any WordPress site with version 3.6 or higher.

Requires at least WordPress 3.6 and PHP 5.3

How secure is this plugin?

This plugin has been developed with one thing in mind: to keep your WordPress site as secure as possible, ad free, spam free and with the maximum performance reachable.
The developers that contribute to build this plugin are 100% reliable and some of the most experienced WordPress developers.

评价

阅读所有3条评价

贡献者及开发者

“WP Revisions Limit” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“WP Revisions Limit”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.3

  • Fixed issue when WordPress is not installed in wordpress subfolder.
    Thanks to Dominik Kocuj

1.2

  • Delete redirection settings stored in database when plugin is activated

1.1

  • Added redirection to Plugin Settings page when plugin is activated
  • Plugin option settings will be removed when plugin is uninstalled

1.0.3

  • Fixed bug when no limit exists on Plugin initialization.
  • Updated Plugin internal version

1.0.2

  • Removed default limit of revisions assigned by this plugin.

1.0.1

  • Check if WP_POST_REVISIONS is already defined in wp-config.php file.

1.0.0

  • Initial public release