From e21042f1864b190759c3ddc7f6e3994f98e76261 Mon Sep 17 00:00:00 2001
From: Nicolas Jonas <nnico@protonmail.com>
Date: Sun, 5 Nov 2017 14:35:55 +0100
Subject: [PATCH] Add preload to resource hints
---
wp-includes/general-template.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php
index 915aea540e..ff39d9a73d 100644
a
|
b
|
function wp_resource_hints() { |
2877 | 2877 | 'dns-prefetch' => wp_dependencies_unique_hosts(), |
2878 | 2878 | 'preconnect' => array(), |
2879 | 2879 | 'prefetch' => array(), |
| 2880 | 'preload' => array(), |
2880 | 2881 | 'prerender' => array(), |
2881 | 2882 | ); |
2882 | 2883 | |