回答編集履歴

1

誤字修正

2018/01/04 09:18

投稿

退会済みユーザー
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  }
10
10
 
11
- add_action('wp_insert_post_data', 'save_fields');
11
+ add_action('wp_insert_post', 'save_fields');
12
12
 
13
13
  ```
14
14