Skip to content

Instantly share code, notes, and snippets.

@contempoinc
Created July 23, 2015 17:10
Show Gist options
  • Save contempoinc/f52274f353b26db2aadf to your computer and use it in GitHub Desktop.
Save contempoinc/f52274f353b26db2aadf to your computer and use it in GitHub Desktop.
<?php
// Add to Wishlist on Shope Page
// Example: http://www.sagegoddess.com/shop/
add_action( 'woocommerce_after_shop_loop_item_title', array( WC_Wishlists_Plugin, 'add_to_wishlist_button' ), 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment