php 通过版本更新将样式排入队列

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 通过版本更新将样式排入队列相关的知识,希望对你有一定的参考价值。

wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/assets/style.min.css', array(), date( "mdGis", filemtime( get_stylesheet_directory() . '/assets/style.min.css' )) );

以上是关于php 通过版本更新将样式排入队列的主要内容,如果未能解决你的问题,请参考以下文章

php 将Google字体排入队列

php 如果使用ACF字段,则将文件排入队列

php 在Wordpress中使用'wp_enqueue_scripts'操作将Vue.js排入队列

WordPress - 仅当 LT IE 9 时才将脚本排入队列

为啥我不能在 WordPress functions.php 中将多个 Google 字体排入队列?

是否可以在 function.php wordpress 上将脚本 src 排入队列?