Guest User

Untitled

a guest
Oct 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. add_action( 'init', 'ec_child_remove_price' );
  2.  
  3. function ec_child_remove_price() {
  4. remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_price', 8 );
  5. }
Add Comment
Please, Sign In to add comment