Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. add_action( 'init', 'tk_child_remove_wishlist_from_loop' );
  2.  
  3. function tk_child_remove_wishlist_from_loop() {
  4. remove_action( 'woocommerce_before_shop_loop_item', 'tokoo_add_to_wishlist_button', 6 );
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement