Guest User

Untitled

a guest
Jun 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. add_action( 'init', 'pz_child_remove_product_item_hover_area');
  2.  
  3. function pz_child_remove_product_item_hover_area() {
  4. remove_action( 'woocommerce_after_shop_loop_item', 'pizzaro_template_loop_hover', 20 );
  5. }
Add Comment
Please, Sign In to add comment