ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
``` 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) */ ```