Change the Sales Flash Text for the Elementor Products Widgets

Add this to Code Snippets

add_filter('woocommerce_sale_flash', 'ds_change_sale_text');
function ds_change_sale_text() {
return '<span class="onsale">Get it</span>';
}

Please Share

Help us to create Amazing Content!