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



retrieve_password_notification_email › WordPress Filter Hooks

Da6.0.0
Deprecaton/a
apply_filters( 'retrieve_password_notification_email', $defaults, $key, $user_login, $user_data )
Parametri:
  • (array) $defaults { The default notification email arguments. Used to build wp_mail(). @type string $to The intended recipient - user email address. @type string $subject The subject of the email. @type string $message The body of the email. @type string $headers The headers of the email. }
    Richiesto:
Definito a:
Codex:

Filters the contents of the reset password notification email sent to the user.





Sorgenti

$notification_email = apply_filters( 'retrieve_password_notification_email', $defaults, $key, $user_login, $user_data );