使用单个<noscript id =“deferred-styles”> ... </noscript>包装所有WordPress CSS文件

时间:2018-02-02 22:39:05

标签: php wordpress

我正在尝试将所有CSS文件与<noscript id='deferred-styles'>...</noscript>一起包装。

我很有兴趣看看,你们如何在functions.php文件中做到这一点。

最终结果应如下所示:

<noscript id="deferred-styles">
<link rel="stylesheet" href="file1.css">
<link rel="stylesheet" href="file2.css">
<link rel="stylesheet" href="file3.css">
</noscript>

来源:https://developers.google.com/speed/docs/insights/OptimizeCSSDelivery

有什么建议吗?

0 个答案:

没有答案