Skip to content

Instantly share code, notes, and snippets.

@maagmirror
Created August 23, 2020 03:11
Show Gist options
  • Save maagmirror/2c773992d62612105bd04971dcf44370 to your computer and use it in GitHub Desktop.
Save maagmirror/2c773992d62612105bd04971dcf44370 to your computer and use it in GitHub Desktop.
<div class="yith-wcwl-add-button add-to-fav-custom">
<a href="?add_to_wishlist=<?php echo $related_product->get_id(); ?>" rel="nofollow" data-product-id="<?php echo $related_product->get_id(); ?>" data-product-type="simple" data-original-product-id="<?php echo $related_product->get_id(); ?>" class="add_to_wishlist single_add_to_wishlist" data-title="Añadir a la lista de deseos">
<i class="fa fa-heart-o"></i>
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment