wp_mail_from

过滤钩子


apply_filters( 'wp_mail_from', $from_email )
参数
  • (string)
    $from_email
    Email address to send from.
    Required:
定义位置
  • wp-includes/pluggable.php
    , line 394
引入
2.2.0
弃用

过滤要发送的电子邮件地址。

$from_email = apply_filters( 'wp_mail_from', $from_email );