php Enfold - 加载自定义avia.js

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Enfold - 加载自定义avia.js相关的知识,希望对你有一定的参考价值。

<?php 
if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100);
function avia_register_child_frontend_scripts()
{
	$child_theme_url = get_stylesheet_directory_uri();
	wp_dequeue_script('avia-default');

	//register js
	wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, true);
	wp_enqueue_script( 'avia-default-child' );
}

以上是关于php Enfold - 加载自定义avia.js的主要内容,如果未能解决你的问题,请参考以下文章

php Enfold - 加载自定义avia.js

php Enfold - 加载自定义avia.js

php Enfold - 添加自定义查询

php Enfold - 添加自定义查询

php Enfold - 添加自定义查询

php Enfold - 添加自定义查询