gpt4 book ai didi

javascript - wp_enqueue_script 的 WordPress 问题

转载 作者:数据小太阳 更新时间:2023-10-29 05:43:49 25 4
gpt4 key购买 nike

我尝试使用 wp_enqueue_script 加载我的 javascript,这是我的代码:

<?php wp_enqueue_script('slider','/wp-content/themes/less/js/slider.js',array('jquery'),'1.0'); ?>

它不起作用,当我查看源代码时,它变成了:

<script type='text/javascript' src='http://localhost/wp/wp-content/themes/less/js/slider.js?ver=2.9.2'></script> 

?ver=2.9.2 自动添加到最后,我想是这个原因,我该如何解决。

最佳答案

Wordpress 的文档在这方面的记录很差。

在倒数第二个参数中从 false 更改为 null 以删除 ?ver=2.9.2

关于javascript - wp_enqueue_script 的 WordPress 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2514079/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com