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
$login_form_bottom = apply_filters( 'login_form_bottom', '', $args );
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.