問題タブ [enqueue]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
wordpress - ヘッダー内のwordpressエンキュースクリプト
WordPress 用のプラグインを作成しています。プラグインのメイン ファイルで以下のコードを使用すると<head>
、js をロードすると正常に動作します。
しかし、関数内で使用すると(たとえばshow_form()
):
ページの下部 ( の前</body>
) にスクリプトをロードします。私のコードの何が問題になっていますか? form.php がロードされたときにのみ、
スクリプトをキューに入れる必要があります。<head>
form.php でスクリプトを直接ロードできることはわかっていますが、wp_enqueue_script を介してスクリプトをロードする必要があります