在Wordpress中包含jQuery

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Wordpress中包含jQuery相关的知识,希望对你有一定的参考价值。

  1. if( !is_admin()){
  2. wp_deregister_script('jquery');
  3. wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"), false, '1.3.2');
  4. wp_enqueue_script('jquery');
  5. }

以上是关于在Wordpress中包含jQuery的主要内容,如果未能解决你的问题,请参考以下文章

在 WordPress 中包含一个 jQuery 插件

Wordpress:在 url 中包含语言变量

在 WordPress 网站中包含汉堡菜单

在 GraphQL Wordpress 查询搜索中包含 mediaItems

php 在Wordpress插件中包含JS

PHP 在WordPress主题中包含jQuery