wpseek.com
A WordPress-centric search engine for devs and theme authors



retrieve_password_title › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'retrieve_password_title', $title, $user_login, $user_data )
Parameters: (3)
  • (string) $title Email subject.
    Required: Yes
  • (string) $user_login The username for the user.
    Required: Yes
  • (WP_User) $user_data WP_User object.
    Required: Yes
Defined at:
Codex:

Filters the subject of the password reset email.





Source

$title = apply_filters( 'retrieve_password_title', $title, $user_login, $user_data );