-
Notifications
You must be signed in to change notification settings - Fork 2
Uninstalling Rapid Cache
You can completely remove Rapid Cache and erase all of the options from the WordPress database by following these steps:
- Disable Plugin Deletion Safeguards in WordPress Dashboard → Rapid Cache → Plugin Options → Plugin Deletion Safeguards
- Locate the Rapid Cache plugin in WordPress Dashboard → Plugins and choose "Deactivate"
- Locate the Rapid Cache plugin in WordPress Dashboard → Plugins and choose "Delete"
- Click "Yes, Delete these files and data"
The Rapid Cache plugin and all its files and data will then be completely removed from your WordPress site.
To delete Rapid Cache but retain your custom settings, simply follow the steps above, but skip step 1.
If you leave "Plugin Deletion Safeguards" enabled, deleting the Rapid Cache the plugin does not erase any of the settings from the WordPress database and when you reinstall Rapid Cache, those existing options in the database will be used and your previous configuration will be restored.
If you're using Rapid Cache Pro, you can export your Rapid Cache options from WordPress Dashboard → Rapid Cache → Plugin Options → Import/Export Options and then reimport those options later (either after reinstalling Rapid Cache or even on another WordPress site).
To uninstall Rapid Cache via FTP, follow these steps:
- Edit your
wp-config.phpfile and remove the line at the top that saysdefine(WP_CACHE, TRUE); - Delete the
advanced-cache.phpfile from insidewp-content - Delete the
rapid-cachedirectory from insidewp-content/plugins/ - Delete the
rapid-cachedirectory from insidewp-content/cache/
The Rapid Cache plugin has now been removed. Note that removing the plugin manually does not erase any of the plugin options from within the WordPress database. To erase those options, you must disable Plugin Deletion Safeguards and Deactivate/Delete the plugin from the WordPress Dashboard.