[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/ -> wp-login.php (summary)

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

File Size: 1532 lines (48 kb)
Included or required:0 times
Referenced: 2 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
Output the login page header.

since: 2.1.0
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.

since: 3.1.0
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.

since: 3.0.0

wp_login_viewport_meta()   X-Ref
Outputs the viewport meta tag for the login page.

since: 3.7.0



Generated: Tue Mar 19 01:00:02 2024 Cross-referenced by PHPXref 0.7.1