jetpack_stats_dashboard_widget_show_to_user
jetpack_stats_dashboard_widget_show_to_user
Appears in: jetpack.11.9
Hook Type: filter
Displaying hooks found in version: jetpack.11.9apply_filters('jetpack_stats_dashboard_widget_show_to_user') is found 1 times:
- /class-jetpack-stats-dashboard-widget.php line 51
* @since 11.9 * * @param bool Whether to show the widget to the current user. */ if ( ! apply_filters( 'jetpack_stats_dashboard_widget_show_to_user', current_user_can( 'view_stats' ) ) ) { return; } if ( Jetpack::is_connection_ready() ) { add_action( 'jetpack_dashboard_widget', array( __CLASS__, 'dashboard_widget_footer' ), 999 ); }