Home › Forums › Theme support › Sundance Theme > easyReservations plugin > Possible to delete/deactivate? › Reply To: Sundance Theme > easyReservations plugin > Possible to delete/deactivate?
Ah, ok. Maybe with a child-theme it’s even better, in this case you can remove the action with a function. You can add this function/code to the functions.php file in your child-theme, this should do the trick: remove_action( ‘tgmpa_register’, ‘my_theme_register_required_plugins’ );