Change the cross sell products heading text
Modify the heading text for cross-sell products.
add_filter('advanced_woo_discount_rules_cross_sells_products_heading', function ($heading) {
return "Choose your free gift";
}, 1, 10);Modify the heading text for cross-sell products.
add_filter('advanced_woo_discount_rules_cross_sells_products_heading', function ($heading) {
return "Choose your free gift";
}, 1, 10);