Created
February 21, 2019 05:42
-
-
Save akther80/69be99c63589afe86ff8c6c78aa67c28 to your computer and use it in GitHub Desktop.
Tokoo - Remove wishlist from product item
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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