gpt4 book ai didi

wordpress - 页脚中的 wp_enqueue_script

转载 作者:行者123 更新时间:2023-12-02 14:42:57 25 4
gpt4 key购买 nike

在页脚中排列脚本时遇到问题。

wp_deregister_script('jquery');
wp_enqueue_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js', array(), false, true);

这是 wp_enqueue_script 定义:

wp_enqueue_script( 
$handle
,$src
,$deps
,$ver
,$in_footer
);

如您所见,我将 $in_footer 设置为 true。这对我不起作用。如果没有这个参数,它可以正常工作并将其放入 header.php 中。为什么它不能与 $in_footer 一起使用?

最佳答案

默认情况下,WordPress 默认 JavaScript 不会移动到页脚,解决方法是添加其路径:

wp_enqueue_script('jquery','/wp-includes/js/jquery/jquery.js','','',true);

See detailled post about this

关于wordpress - 页脚中的 wp_enqueue_script,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9775104/

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