Uses
Uses | Description |
---|---|
wp-includes/user.php: after_password_reset | Fires after the user’s password is reset. |
wp-includes/pluggable.php: wp_set_password() | Updates the user’s password with a new encrypted one. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/user.php: password_reset | Fires before the user’s password is reset. |
wp-includes/user.php: update_user_option() | Update user option with global blog capability. |