Advertisement
raselahmed7

ElementorWoo | Class # 7 | Filter

Feb 27th, 2019
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. // Wishlist after button
  2. function rrfcommerce_browse_wishlist_label( ) {
  3.     return "<i class='fa fa-heart'></i>";
  4. };
  5. add_filter( 'yith-wcwl-browse-wishlist-label', 'rrfcommerce_browse_wishlist_label', 10, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement