apply_filters( 'wp_resource_hints', array $urls , string $relation_type )
Filters domains and URLs for resource hints of relation type.
Description Description
Parameters Parameters
- $urls
-
(array) URLs to print for resource hints.
- $relation_type
-
(string) The relation type the URLs are printed for, e.g. 'preconnect' or 'prerender'.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |