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>';
}
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>';
}
Help us to create Amazing Content!