Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'woocommerce_share', 'woocommerce_cookbook_social_share_icons', 10 );
- function woocommerce_cookbook_social_share_icons() {
- if ( function_exists( 'sharing_display' ) ) {
- remove_filter( 'the_content', 'sharing_display', 19 );
- remove_filter( 'the_excerpt', 'sharing_display', 19 );
- echo sharing_display();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement