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



recovery_mode_email › WordPress过滤钩子

Since5.6.0
已弃用n/a
apply_filters( 'recovery_mode_email', $email, $url )
参数: (2)
  • (array) $email { Used to build a call to wp_mail(). @type string|array $to Array or comma-separated list of email addresses to send message. @type string $subject Email subject @type string $message Message contents @type string|array $headers Optional. Additional headers. @type string|array $attachments Optional. Files to attach. }
    Required: Yes
  • (string) $url URL to enter recovery mode.
    Required: Yes
定义在:
文档:

Filters the contents of the Recovery Mode email.





源码

$email = apply_filters( 'recovery_mode_email', $email, $url );