Guest User

Untitled

a guest
Jun 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function move_sharing() {
  2. if ( function_exists( 'sharing_display' ) ) {
  3. remove_filter( 'the_content', 'sharing_display', 19 );
  4. remove_filter( 'the_excerpt', 'sharing_display', 19 );
  5. echo sharing_display();
  6. }
  7. }
  8. add_action( 'woocommerce_single_product_summary','move_sharing', 60 );
Add Comment
Please, Sign In to add comment