Fix for deactivation
-
I found a way to modify this so it won’t delete your settings or countries marked when you deactivate the plugin. The downside is it leaves the tables in your database if you uninstall it.
Here’s the fix:
Edit file /inc/class-wpvc-master.php starting at line 27
Comment out these lines:
delete_option( WPVS_VERSION_KEY );
delete_option( WPVS_SETTINGS_KEY );
delete_option( WPVS_ADD_STATES_KEY );So it will look like this:
/*
delete_option( WPVS_VERSION_KEY );
delete_option( WPVS_SETTINGS_KEY );
delete_option( WPVS_ADD_STATES_KEY );
*/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fix for deactivation’ is closed to new replies.