Core Function
View Source on Trac ↗ login_header()
login_header( mixed $title = null, mixed $message = '', mixed $wp_error = null ) Outputs the login page header.
Parameters 2 required
| Name / Type | Description |
|---|---|
| mixed | (string | null) $title Optional. WordPress login page title to display in the `<title>` element. Defaults to 'Log In'. Required |
| $message string | Optional. Message to display in header. Default empty. |
| (WP_Error | | null) $wp_error Optional. The error to pass. Defaults to a WP_Error instance. Required |
Return Value
(void)
No return value description available.
Function Information
Since Version
2.1.0
Source File
wp-login.php
Advertisement