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
-
Content to display. Default empty.
- $args
-
Array of login form arguments.
Source
Changelog
Version | Description |
---|---|
WP-3.0.0 | Introduced. |