wordpress卸载uninstall wp-super-cache静态化插件时不成功,出现失败提示:UNINSTALL_WPSUPERCACHE must be set to a non-blank value in uninstall.php,如何正确卸载wp-super-cache解决方法如下:
1、找到define( 'UNINSTALL_WPSUPERCACHE', '');改为
define( 'UNINSTALL_WPSUPERCACHE', '1' ); 2、打开网站根目录下wp-config.php,搜索define( 'WP_CACHE', true );删除这段代码How to uninstall参考: http://wordpress.org/extend/plugins/wp-super-cache/other_notes/
转载请注明 :IT樵客

