[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
WordPress User Page Handles authentication, registering, resetting passwords, forgot password, and other user handling.
File Size: | 1650 lines (51 kb) |
Included or required: | 0 times |
Referenced: | 17 times |
Includes or requires: | 1 file wp-load.php |
login_header( $title = null, $message = '', $wp_error = null ) X-Ref |
Outputs the login page header. param: string|null $title Optional. WordPress login page title to display in the `<title>` element. param: string $message Optional. Message to display in header. Default empty. param: WP_Error|null $wp_error Optional. The error to pass. Defaults to a WP_Error instance. |
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 |
Outputs the JavaScript to handle the form shaking on the login page. |
wp_login_viewport_meta() X-Ref |
Outputs the viewport meta tag for the login page. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |