| [ XREF Home ] [ Index ] |
PHP Cross Reference of WordPress TrunkProvided by Yoast |
[Source view] [Print] [Project Stats]
WordPress User Page Handles authentication, registering, resetting passwords, forgot password, and other user handling.
| File Size: | 705 lines (28 kb) |
| Included or required: | 0 times |
| Referenced: | 4 times |
| Includes or requires: | 0 files |
| login_header($title = 'Log In', $message = '', $wp_error = '') X-Ref |
| Outputs the header for the login page. param: string $title Optional. WordPress Log In Page title to display in param: string $message Optional. Message to display in header. param: WP_Error $wp_error Optional. WordPress Error Object |
| login_footer($input_id = '') X-Ref |
| Outputs the footer for the login page. param: string $input_id Which input to auto-focus |
| wp_shake_js() X-Ref |
| No description |
| s(id,pos) X-Ref |
| No description |
| g(id) X-Ref |
| No description |
| shake(id,a,d) X-Ref |
| No description |
| retrieve_password() X-Ref |
| Handles sending password retrieval email to user. return: bool|WP_Error True: when finish. WP_Error on error |
| check_password_reset_key($key, $login) X-Ref |
| Retrieves a user row based on password reset key and login param: string $key Hash to validate sending user's password param: string $login The user login return: object|WP_Error |
| reset_password($user, $new_pass) X-Ref |
| Handles resetting the user's password. param: string $key Hash to validate sending user's password |
| register_new_user( $user_login, $user_email ) X-Ref |
| Handles registering a new user. param: string $user_login User's username for logging in param: string $user_email User's email address to send password and add return: int|WP_Error Either user's ID or error on failure. |
| wp_attempt_focus() X-Ref |
| No description |
| Generated: Wed Jun 1 08:30:02 2011 |
Cross-referenced by PHPXref 0.7 Provided by Yoast and awesome WordPress Hosting |