To remove the addon for bxgy free product
Remove BXGY free product addon.
add_filter('advanced_woo_discount_rules_free_product_cart_item_data', function ($cart_item_data){
remove_all_actions('woocommerce_after_calculate_totals');
return $cart_item_data;
});