Combatible with Donation For Woocommerce by wpexpertsio

Compatibility with Donation For Woocommerce plugin by wpexpertsio.

add_filter('advanced_woo_discount_rules_exclude_hooks_from_removing', function($allowed_hooks){
	if(isset($allowed_hooks['woocommerce_before_calculate_totals'])){
		unset($allowed_hooks['woocommerce_before_calculate_totals']);
	}
	return $allowed_hooks;
});