質問編集履歴

1

コードを修正しました。

2018/01/16 08:23

投稿

alitomo
alitomo

スコア41

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,15 @@
18
18
 
19
19
 
20
20
 
21
+ ```
22
+
23
+
24
+
25
+ <?
26
+
27
+ if(isset($_POST['change_usd']) && wp_verify_nonce($_POST['change_usd'],'change_usd')){
28
+
21
- ```<? get_header();$user = wp_get_current_user();
29
+ get_header();$user = wp_get_current_user();
22
30
 
23
31
  $uid = $user -> ID;
24
32
 
@@ -44,15 +52,11 @@
44
52
 
45
53
  }
46
54
 
55
+ }
56
+
47
57
 
48
58
 
49
59
  ?>
50
-
51
-
52
-
53
-
54
-
55
-
56
60
 
57
61
  <form action="" method="post">
58
62
 
@@ -82,6 +86,8 @@
82
86
 
83
87
  </form>
84
88
 
89
+
90
+
85
91
  ```
86
92
 
87
93