Source file: modules/sharedaddy/sharing-service.php
View in GitHubParameters
- true
-
(bool) true Control the display of counters next to the sharing buttons. Default to true.
Changelog
Since: Jetpack 3.2.0
Notes
You can use this filter to remove the Sharing counts added to Jetpack’s Sharing buttons.
add_filter( 'jetpack_sharing_counts', '__return_false' );