login_form_middle WordPress Filter Hook
The login_form_middle hook is used to add content to the middle of the login form. This hook is used by plugins and themes to add custom content to the login form, such as social login buttons or custom messages.
apply_filters( 'login_form_middle', string $content , array $args ) #
Filters content to display in the middle of the login form.
Description
The filter evaluates just following the location where the ‘login-password’ field is displayed.
Parameters
- $content
(string)Content to display. Default empty.
- $args
(array)Array of login form arguments.
Source
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |