/* START Show sale flash label */ add_filter('woocommerce_sale_flash', 'ds_change_sale_text'); function ds_change_sale_text() { return 'Oferta!'; } /* END Show sale flash label */