Home › Forums › Theme support › Sundance Theme > easyReservations plugin > Possible to delete/deactivate? › Reply To: Sundance Theme > easyReservations plugin > Possible to delete/deactivate?
Hi,
ok, no problem. Please open the file functions.php, go to line 206 and replace this code
add_action( ‘tgmpa_register’, ‘my_theme_register_required_plugins’ );
with this one
// add_action( ‘tgmpa_register’, ‘my_theme_register_required_plugins’ );
The both >> / < < signs will decative the plugin activation and you can deactive the plugins in WP admin -> Plugins. Normally all your data is saved in the database, the deactivation will not delete this data.