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.7.2

apply_filters('wp_resource_hints') is found 1 times:

  • /wp-includes/general-template.php line 3521
    3517
    3518
    3519
    3520
    3521
    3522
    3523
    3524
    3525
    3526
    3527
    * }
     * @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: