wp_resource_hints

wp_resource_hints

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_resource_hints') is found 1 times:

  • /wp-includes/general-template.php line 3489
    		 * }
    		 * @param string $relation_type The relation type the URLs are printed for. One of
    		 *                              'dns-prefetch', 'preconnect', 'prefetch', or 'prerender'.
    		 */
    		$urls = apply_filters( 'wp_resource_hints', $urls, $relation_type );
    
    		foreach ( $urls as $key => $url ) {
    			$atts = array();
    
    			if ( is_array( $url ) ) {
    				if ( isset( $url['href'] ) ) {
    

See this hook used in plugins: