回答編集履歴

1

コードブロックの言語誤りを修正(js → php)

2022/09/30 14:53

投稿

t-n
t-n

スコア136

test CHANGED
@@ -1,4 +1,5 @@
1
+ ### functions.php
1
- ```js
2
+ ```php
2
3
  wp_enqueue_script('allpage',get_theme_file_uri('/js/script.js'),['jquery', 'js_slick']);
3
4
  ```
4
5
  `script.js`の依存関係に`js_slick`が不足していると思われます。