wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_mail_from_name › WordPress过滤钩子

Since2.3.0
已弃用n/a
apply_filters( 'wp_mail_from_name', $from_name )
参数:
  • (string) $from_name Name associated with the "from" email address.
    Required: Yes
定义在:
文档:

Filters the name to associate with the "from" email address.





源码

$from_name = apply_filters( 'wp_mail_from_name', $from_name );