Change Woocommerce Sale Flag Text

// Change Sale Flag Text function my_custom_sale_flash($text, $post, $_product) { return '<span class="onsale"> Pre-Order Special! </span>'; } add_filter('woocommerce_sale_flash', 'my_custom_sale_flash', 10, 3);

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.