my_jetpack_red_bubble_notification_slugs

my_jetpack_red_bubble_notification_slugs

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: jetpack.14.3

apply_filters('my_jetpack_red_bubble_notification_slugs') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php line 907
    903
    904
    905
    906
    907
    908
    909
    910
    911
    912
            return $stored_alerts;
        }
     
        // go find the alerts
        $red_bubble_alerts = apply_filters( 'my_jetpack_red_bubble_notification_slugs', $red_bubble_alerts );
        // cache the alerts for one hour
        set_transient( self::MY_JETPACK_RED_BUBBLE_TRANSIENT_KEY, $red_bubble_alerts, 3600 );
     
        return $red_bubble_alerts;
    }

See this hook used in plugins: