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



wp_mail_succeeded › WordPress动作钩子

Since5.9.0
已弃用n/a
do_action( 'wp_mail_succeeded', $mail_data )
参数:
  • (array) $mail_data { An array containing the email recipient(s), subject, message, headers, and attachments. @type string[] $to Email addresses to send message. @type string $subject Email subject. @type string $message Message contents. @type string[] $headers Additional headers. @type string[] $attachments Paths to files to attach. }
    Required: Yes
定义在:
文档:

Fires after PHPMailer has successfully sent an email.

The firing of this action does not necessarily mean that the recipient(s) received the email successfully. It only means that the send method above was able to process the request without any errors.





源码

do_action( 'wp_mail_succeeded', $mail_data );