On this page
apply_filters( 'login_message', string $message )
Filters the message to display above the login form.
Parameters
$messagestring-
Login message text.
More Information
The “login_message” filter is used to filter the message displayed on the WordPress login page above the login form. This filter can return HTML markup.
Source
File: wp-login.php. View all references
$message = apply_filters( 'login_message', $message );
Related
Used By
| Used By | Description |
|---|---|
| login_header() wp-login.php | Output the login page header. |
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/login_message