apply_filters( 'cloudinary_dns_prefetch_types', $types ) → {array}
Filter to provide option to omit prefetch.
Parameters:
Name | Type | Description |
---|---|---|
$types |
array | The types of resource hints to use. |
- Since:
- 3.2.12
- Default Value:
- array ( 'dns-prefetch', 'preconnect' )
- Source:
Returns:
The modified resource hints to use.
- Type
- array