wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



recovery_mode_email › WordPress Filter Hooks

Seit5.6.0
Veraltetn/v
apply_filters( 'recovery_mode_email', $email, $url )
Parameter: (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. }
    Erforderlich: Ja
  • (string) $url URL to enter recovery mode.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the contents of the Recovery Mode email.





Quellcode

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