Guest User

Untitled

a guest
Oct 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. add_action( 'init', 'tk_child_remove_sale_badge' );
  2.  
  3. function tk_child_remove_sale_badge() {
  4. remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash', 10 );
  5. }
Add Comment
Please, Sign In to add comment