Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Wishlist after button
- function rrfcommerce_browse_wishlist_label( ) {
- return "<i class='fa fa-heart'></i>";
- };
- add_filter( 'yith-wcwl-browse-wishlist-label', 'rrfcommerce_browse_wishlist_label', 10, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement