Skip to content

Instantly share code, notes, and snippets.

@akther80
Created February 21, 2019 05:42
Show Gist options
  • Save akther80/69be99c63589afe86ff8c6c78aa67c28 to your computer and use it in GitHub Desktop.
Save akther80/69be99c63589afe86ff8c6c78aa67c28 to your computer and use it in GitHub Desktop.
Tokoo - Remove wishlist from product item
add_action( 'init', 'tk_child_remove_wishlist_from_loop' );
function tk_child_remove_wishlist_from_loop() {
remove_action( 'woocommerce_before_shop_loop_item', 'tokoo_add_to_wishlist_button', 6 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment