Filter the display of sharing counts next to the sharing buttons.
Parameters
- true
bool Control the display of counters next to the sharing buttons. Default to true.
Changelog
- Introduced in Jetpack 3.2.0
How to use this hook
Notes
You can use this filter to remove the Sharing counts added to Jetpack’s Sharing buttons.add_filter( 'jetpack_sharing_counts', '__return_false' );