wp_enqueue_style 不添加版本

Ali*_*lah 5 php wordpress wordpress-theming

我正在尝试将版本添加到 style.css 文件,但它没有将版本添加到 style.css 实际上没有将版本添加到任何 css 文件。这是我的代码

wp_enqueue_style( 'twentyfifteen-style', get_template_directory_uri() . '/css/style.css', array(),'1.0','all');
Run Code Online (Sandbox Code Playgroud)

有没有人知道这是什么问题?

谢谢

Jar*_*obb 7

既然你提到,没有如果你的样式越来越版本我会怀疑一个插件或主题是筛选这些网址。

尝试搜索您的主题和所有插件以了解style_loader_src过滤器的任何用途。您可能会在那里找到问题。