apply_filters( 'login_form_top', string $content , array $args )
Filters content to display at the top of the login form.
Description Description
The filter evaluates just following the opening form tag element.
Parameters Parameters
- $content
-
(string) Content to display. Default empty.
- $args
-
(array) Array of login form arguments.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |