Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function jas_like_btn(){
  2. echo do_shortcode('[wp_ulike]');
  3. }
  4. add_action( 'woocommerce_single_product_summary', 'jas_like_btn', 10 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement