wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



recovery_mode_email › WordPress Filter Hooks

Da5.6.0
Deprecaton/a
apply_filters( 'recovery_mode_email', $email, $url )
Parametri: (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. }
    Richiesto:
  • (string) $url URL to enter recovery mode.
    Richiesto:
Definito a:
Codex:

Filters the contents of the Recovery Mode email.





Sorgenti

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