[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/ -> wp-login.php (summary)

WordPress User Page Handles authentication, registering, resetting passwords, forgot password, and other user handling.

File Size: 1637 lines (51 kb)
Included or required:0 times
Referenced: 19 times
Includes or requires: 1 file
 wp-load.php

Defines 4 functions

  login_header()
  login_footer()
  wp_shake_js()
  wp_login_viewport_meta()

Functions
Functions that are not part of a class:

login_header( $title = 'Log In', $message = '', $wp_error = null )   X-Ref
Outputs the login page header.

param: string   $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 $wp_error Optional. The error to pass. Default is 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 : Tue Mar 19 08:20:01 2024 Cross-referenced by PHPXref