Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. // Move WooCommerce Single Sharing
  2. remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_sharing', 50 );
  3. add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_sharing', 30 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement