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



retrieve_password › WordPress Function

Since2.5.0
Deprecatedn/a
retrieve_password ( $user_login = '' )
Parameters:
  • (string) $user_login Optional. Username to send a password retrieval email for. Defaults to `$_POST['user_login']` if not set.
    Required: No
    Default: (empty)
Returns:
  • (true|WP_Error) True when finished, WP_Error object on error.
Defined at:
Codex:
Change Log:
  • 5.7.0

Handles sending a password retrieval email to a user.



Source

Soon...