gpt4 book ai didi

javascript - 为什么我的 wp_enqueue_script 不工作?

转载 作者:行者123 更新时间:2023-11-30 11:59:45 25 4
gpt4 key购买 nike

我似乎不知道我的 functions.php 文件中的代码有什么问题,我正在使用我基于 twentyten 主题制作的子主题。

这是我的代码,希望你们能告诉我它有什么问题。

function style_n_scripts(){

wp_enqueue_script('jquery' );

wp_register_script('style-js', get_template_directory_uri() . 'stylehercloset.js', array( 'jquery' ), NULL, false );
wp_enqueue_script( 'style-js' );

}

add_action('wp_enqueue_scripts','style_n_scripts');

最佳答案

在您的名称文件前添加一个斜杠。

wp_register_script('style-js', get_stylesheet_directory_uri() . '/stylehercloset.js', array( 'jquery' ), NULL, false );

关于javascript - 为什么我的 wp_enqueue_script 不工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36949256/

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