質問編集履歴

2

コード

2016/04/08 11:04

投稿

Keith
Keith

スコア25

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  function set_mail_from( $email ) {
34
34
 
35
- return 'support@keyblogs.net';
35
+ return 'アドレス';
36
36
 
37
37
  }
38
38
 

1

コード

2016/04/08 11:04

投稿

Keith
Keith

スコア25

test CHANGED
File without changes
test CHANGED
@@ -14,13 +14,13 @@
14
14
 
15
15
 
16
16
 
17
- ------------
17
+ ```php
18
18
 
19
19
  remove_filter('wp_mail_from', 'bp_core_email_from_address_filter' );
20
20
 
21
21
  remove_filter('wp_mail_from_name', 'bp_core_email_from_name_filter');
22
22
 
23
- ------------
23
+ ```
24
24
 
25
25
 
26
26
 
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- ------------
31
+ ```php
32
32
 
33
33
  function set_mail_from( $email ) {
34
34
 
@@ -46,7 +46,7 @@
46
46
 
47
47
  add_filter( 'wp_mail_from_name', 'set_mail_from_name' );
48
48
 
49
- ------------
49
+ ```
50
50
 
51
51
 
52
52