質問編集履歴

1

コード表記を変更しました。

2017/12/06 01:26

投稿

amagimagi
amagimagi

スコア7

test CHANGED
File without changes
test CHANGED
@@ -18,6 +18,8 @@
18
18
 
19
19
  フォームのコード:
20
20
 
21
+ ```ここに言語を入力
22
+
21
23
  <p>お名前 (必須)<br />
22
24
 
23
25
  [text* your-name] </p>
@@ -32,9 +34,13 @@
32
34
 
33
35
  <p>[submit "送信"]</p>
34
36
 
37
+ ```
38
+
35
39
 
36
40
 
37
41
  punction.php の記述:
42
+
43
+ ```ここに言語を入力
38
44
 
39
45
  function wpcf7_custom_item_error_position( $items, $result ) {
40
46
 
@@ -76,6 +82,8 @@
76
82
 
77
83
  add_filter( 'wpcf7_ajax_json_echo', 'wpcf7_custom_item_error_position', 10, 2 );
78
84
 
85
+ ```
86
+
79
87
 
80
88
 
81
89
  ###試したこと