php 在Wordpress插件中包含JS

Posted

tags:

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

//Include Frontend Custom JS 
wp_register_script( 'my_plugin_script', plugins_url('js/custom.js', __FILE__), array('jquery'));
wp_enqueue_script( 'my_plugin_script' );

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

在 Wordpress 中包含一个 github jquery 插件

在 functions.php (WordPress) 中包含 ACF

在 WordPress Gutenberg Block 插件中包含图像资产

WordPress 重定向插件,用于在目标 URL 中包含查询参数

PHP 在WordPress主题中包含jQuery

PHP 在Wordpress中包含jQuery