过滤名称以与“来自”电子邮件地址关联。
原型
apply_filters( 'wp_mail_from_name', string $from_name )
参数
$from_name
(string)
与“发件人”电子邮件地址关联的名称。
源文件
路径:wp-includes/pluggable.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/wp_mail_from_name/
过滤名称以与“来自”电子邮件地址关联。
apply_filters( 'wp_mail_from_name', string $from_name )
$from_name
(string)
与“发件人”电子邮件地址关联的名称。
路径:wp-includes/pluggable.php
英文文档:https://developer.wordpress.org/reference/hooks/wp_mail_from_name/
请在后台设置小工具!