apply_filters( 'powered_cache_preload_add_url_to_queue', $preload, $url ) → {boolean}
Filters whether a URL should be added to the preload queue.
Parameters:
Name | Type | Description |
---|---|---|
$preload |
boolean | Whether to preload the URL. Default true. |
$url |
string | The URL to be preloaded. |
- Since:
- 3.4
- Source:
Returns:
Whether to preload the URL.
- Type
- boolean