wpseek.com
A WordPress-centric search engine for devs and theme authors



recovery_mode_email › WordPress Filter Hooks

Since5.6.0
Deprecatedn/a
apply_filters( 'recovery_mode_email', $email, $url )
Parameters: (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
Defined at:
Codex:

Filters the contents of the Recovery Mode email.





Source

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