jetpack_stats_dashboard_widget_show_to_user

jetpack_stats_dashboard_widget_show_to_user

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.2.1

apply_filters('jetpack_stats_dashboard_widget_show_to_user') is found 1 times:

  • /class-jetpack-stats-dashboard-widget.php line 56
    		 * @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( 'admin_head', array( static::class, 'admin_head' ) );