my_jetpack_red_bubble_notification_slugs, $red_bubble_alerts

my_jetpack_red_bubble_notification_slugs, $red_bubble_alerts

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('my_jetpack_red_bubble_notification_slugs, $red_bubble_alerts') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-my-jetpack/src/class-red-bubble-notifications.php line 407
    			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;
    	}