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.5

apply_filters('my_jetpack_red_bubble_notification_slugs') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-my-jetpack/src/class-red-bubble-notifications.php line 363
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
            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: