Skip to content

Instantly share code, notes, and snippets.

@bogdanpopa90
Created February 21, 2017 15:15
Show Gist options
  • Save bogdanpopa90/26df808dc19255ebb732a58130534484 to your computer and use it in GitHub Desktop.
Save bogdanpopa90/26df808dc19255ebb732a58130534484 to your computer and use it in GitHub Desktop.
Remove JetPack sharing icons (sharedaddy) from single product in WooCommerce
<?php
// Remove JetPack sharing icons
remove_action( 'woocommerce_share', 'jetpack_woocommerce_social_share_icons', 10 );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment