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



retrieve_password_message › WordPress Filter Hooks

Seit4.1.0
Veraltetn/v
apply_filters( 'retrieve_password_message', $message, $key, $user_login, $user_data )
Parameter: (4)
  • (string) $message Email message.
    Erforderlich: Ja
  • (string) $key The activation key.
    Erforderlich: Ja
  • (string) $user_login The username for the user.
    Erforderlich: Ja
  • (WP_User) $user_data WP_User object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the message body of the password reset mail.

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





Quellcode

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