wp_preload_resources

wp_preload_resources

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('wp_preload_resources') is found 1 times:

  • /wp-includes/general-template.php line 3762
    3758
    3759
    3760
    3761
    3762
    3763
    3764
    3765
    3766
    3767
    3768
    *         @type string $fetchpriority Fetchpriority value for the resource.
     *     }
     * }
     */
    $preload_resources = apply_filters( 'wp_preload_resources', array() );
     
    if ( ! is_array( $preload_resources ) ) {
        return;
    }
     
    $unique_resources = array();