text Enfold儿童主题脚本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Enfold儿童主题脚本相关的知识,希望对你有一定的参考价值。

/* enqueue child script if not in dashboard */

if (!(is_admin())) {
  function change_aviajs() {
    wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true );
  }
  add_action( 'wp_print_scripts', 'change_aviajs', 100 );
}

/* dequeue child script */

function dequeue_aviajs() {
   wp_dequeue_script( 'avia-default' );
}
add_action( 'wp_print_scripts', 'dequeue_aviajs', 100 );

以上是关于text Enfold儿童主题脚本的主要内容,如果未能解决你的问题,请参考以下文章

text Wp儿童主题配置

php 脚本入列儿童主题

如何在 Wordpress 的 Enfold 主题中更改博客中显示的默认帖子数量

php Enfold主题 - WooCommerce - 查看所有产品

php Enfold主题 - WooCommerce - 查看所有产品

php 主题设置后,加载了enfold挂钩