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

Limit Post Revisions Network Option

描述

A Multisite Network plugin to add Network->Settings to limit, or disable, the number of post revisions and set the post autosave interval.

笔记

I based the default plugin values for the constants AUTOSAVE_INTERVAL and WP_POST_REVISIONS on the discussion here: http://wpmututorials.com/how-to/managing-autosavepost-revisions/

屏幕截图

安装

This section describes how to install the plugin and get it working.

  1. Upload the plugin to your blog, Network Activate it
  2. Go to Network Admin->Settings to set “Post Revisions” and “Autosave Interval”.

常见问题

  • Do I need this plugin if I have WP_POST_REVISIONS and AUTOSAVE_INTERVAL defined in my wp-config.php? No.
  • Will this plugin delete existing post revisions? No. It defines the constant WP_POST_REVISIONS and WordPress takes care of the rest.
  • Should I set the Autosave Interval to 0? No, I recommend 300, the WP default is 60.

评价

此插件暂无评价。

贡献者及开发者

「Limit Post Revisions Network Option」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

4.6

  • WP 4.6 tests OK, cleanup php notices