12

wordpress-禁用文章自动保存

2014-04-16 20:28:00    1147533288    1351    原创

修改wp-config.php,增加以下配置(停用文章修订版本,设置自动保存时间间隔300000s)
<code>
/**
 * Disable future revisions
 */
define('WP_POST_REVISIONS', false);
/**
 * Increase autosave interval to 300 seconds
 */
define('AUTOSAVE_INTERVAL', 300000 );
</code>
苏ICP备18038013号-1
蝉知 蝉知5.2