recovery_mode_email

最后更新于:2021-11-27 21:40:58

apply_filters( ‘recovery_mode_email’, array $email, string $url )

Filters the contents of the Recovery Mode email.

参数

$email

(array)
Used to build a call to gc_mail().

  • ‘to’
    (string|array) Array or comma-separated list of email addresses to send message.
  • ‘subject’
    (string) Email subject
  • ‘message’
    (string) Message contents
  • ‘headers’
    (string|array) Optional. Additional headers.
  • ‘attachments’
    (string|array) Optional. Files to attach.

$url

(string)
URL to enter recovery mode.

源文件

文件: gc-includes/class-gc-recovery-mode-email-service.php

View on Trac