回答編集履歴
1
誤字修正
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
}
|
10
10
|
|
11
|
-
add_action('wp_insert_post
|
11
|
+
add_action('wp_insert_post', 'save_fields');
|
12
12
|
|
13
13
|
```
|
14
14
|
|