Description
Filter visibility of count for confirmations, notifications, and feeds which are appended to menu items.
Usage
Filter the visibility
add_filter( 'gravityhopper-fo/show_counts', 'my_custom_callback' );
Parameters
show_counts : bool
Whether or not counts should be shown. Default is true
.