On this page
apply_filters( 'login_form_bottom', string $content, array $args )
Filters content to display at the bottom of the login form.
Description
The filter evaluates just preceding the closing form tag element.
Parameters
$contentstring-
Content to display. Default empty.
$argsarray-
Array of login form arguments.
Source
File: wp-includes/general-template.php. View all references
$login_form_bottom = apply_filters( 'login_form_bottom', '', $args );
Related
Used By
| Used By | Description |
|---|---|
| wp_login_form() wp-includes/general-template.php | Provides a simple login form for use anywhere within WordPress. |
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/login_form_bottom