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



retrieve_password_message › WordPress Filter Hooks

Da4.1.0
Deprecaton/a
apply_filters( 'retrieve_password_message', $message, $key, $user_login, $user_data )
Parametri: (4)
  • (string) $message Email message.
    Richiesto:
  • (string) $key The activation key.
    Richiesto:
  • (string) $user_login The username for the user.
    Richiesto:
  • (WP_User) $user_data WP_User object.
    Richiesto:
Definito a:
Codex:

Filters the message body of the password reset mail.

If the filtered message is empty, the password reset email will not be sent.





Sorgenti

$message = apply_filters( 'retrieve_password_message', $message, $key, $user_login, $user_data );