Advertisement
rdusnr

Untitled

Oct 5th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. function relocate_wishlist_variable_products() {
  3. echo do_shortcode("[yith_wcwl_add_to_wishlist]");
  4. }
  5. add_action('sqr_woocommerce_after_add_to_cart_button', 'relocate_wishlist_variable_products');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement