teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

4

内容調整

2019/06/11 04:10

投稿

Nitta
Nitta

スコア96

title CHANGED
File without changes
body CHANGED
@@ -30,7 +30,7 @@
30
30
  ●フォルダ階層
31
31
  wp-content
32
32
  └plugins
33
- hello-plugin(folder)
33
+ hello_plugin(folder)
34
-    └hello-plugin.php
34
+    └hello_plugin.php
35
35
 
36
36
  以上、宜しくお願い致します。

3

内容調整

2019/06/11 04:10

投稿

Nitta
Nitta

スコア96

title CHANGED
File without changes
body CHANGED
@@ -24,7 +24,7 @@
24
24
  echo "Hello Plugin";
25
25
  }
26
26
 
27
- add_action('admin_notices','hello_plugi');
27
+ add_action('admin_notices','hello_plugin');
28
28
  ```
29
29
 
30
30
  ●フォルダ階層

2

内容調整

2019/06/10 06:18

投稿

Nitta
Nitta

スコア96

title CHANGED
File without changes
body CHANGED
@@ -30,6 +30,7 @@
30
30
  ●フォルダ階層
31
31
  wp-content
32
32
  └plugins
33
- └hello-plugin(folder)-hello-plugin.php
33
+ └hello-plugin(folder)
34
+    └hello-plugin.php
34
35
 
35
36
  以上、宜しくお願い致します。

1

内容調整

2019/06/10 04:19

投稿

Nitta
Nitta

スコア96

title CHANGED
File without changes
body CHANGED
@@ -30,6 +30,6 @@
30
30
  ●フォルダ階層
31
31
  wp-content
32
32
  └plugins
33
- └hello-plugin-hello(folder)-plugin.php
33
+ └hello-plugin(folder)-hello-plugin.php
34
34
 
35
35
  以上、宜しくお願い致します。