/* -- Show YITH Wishlist Button on Product Lists in WooCommerce -- */
function yith_wcwl_add_wishlist_to_loop(){
echo do_shortcode( '[yith_wcwl_add_to_wishlist label]' );
}
add_action( 'woocommerce_after_shop_loop_item', 'yith_wcwl_add_wishlist_to_loop', 10 );
Thursday, January 3, 2019
WooCommerce
WordPress
YITH