Wordpress:后期修订限制

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress:后期修订限制相关的知识,希望对你有一定的参考价值。

If you make a lot of edits, eventually the revisions will start to bother you or bog down your database. Heres how you can put a cap on the number of recorded revisions.
  1. function limit_post_revisions(){
  2. //limit the number of posts revisions that WordPress stores
  3. define( 'WP_POST_REVISIONS', 3);
  4.  
  5. define( 'AUTOSAVE_INTERVAL', 180 );
  6.  
  7. }
  8. add_action('init', 'limit_post_revisions');

以上是关于Wordpress:后期修订限制的主要内容,如果未能解决你的问题,请参考以下文章

删除未使用的后期修订

WordPress - 代码片段插件

Wordpress代码段,用于设置后期过期时间和日期

解决wordpress上传文件2M限制

PHP 禁用WordPress发布修订版

删除WordPress修订