skip to Main Content

wordpress woocommerce shortcode

I get an error from this function when we request this shortcode function salex_func( $atts ){ global $product; if($product->is_on_sale()){ echo '<span class="onsale soldout">'; echo __( 'SALE!!!!', 'hello'); echo '</span>'; } } add_shortcode('saletex', 'salex_func');

VIEW QUESTION
Back To Top
Search