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.
function limit_post_revisions(){ //limit the number of posts revisions that WordPress stores } add_action('init', 'limit_post_revisions');
以上是关于Wordpress:后期修订限制的主要内容,如果未能解决你的问题,请参考以下文章