PHP WordPress入队脚本 - jQuery

Posted

tags:

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

<?php 
	function my_init_method() {
		if( !is_admin() ) {
			wp_enqueue_script( 'jquery' );
		}
	}
	add_action('init', 'my_init_method');
?>

以上是关于PHP WordPress入队脚本 - jQuery的主要内容,如果未能解决你的问题,请参考以下文章

php [Debug enqueue scripts]快速调试,列出所有入队脚本。 #WordPress #enqueue

jQuery 未在 Wordpress 中定义,但我的脚本已正确入队

php WordPress入队

php Wordpress入队jQuery

php 本地化脚本 - 将变量传递给入队脚本

php 本地化脚本 - 将变量传递给入队脚本