🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
``` define('WP_POST_REVISIONS', false); define('WP_MEMORY_LIMIT', '256M'); define('AUTOSAVE_INTERVAL', 300); // 300 seconds is 5 mins define('EMPTY_TRASH_DAYS', 1); // replace 1 with whatever number you have in mind define('WP_CACHE', true); // only when caching plugin is used /** define('TEMPLATEPATH', '/absolute/path/to/wp-content/themes/active-theme'); (optional) */ /** define('STYLESHEETPATH', '/absolute/path/to/wp-content/themes/active-theme'); (optional) */ ```