Description
Filters content to display at the bottom of the login form. The filter evaluates just preceding the closing form tag element.
Occurrences
Filename | Line Number |
---|---|
wp-includes/general-template.php | 594 |
Parameters
Type | Name | Description |
---|---|---|
string | $content | Content to display. Default empty. |
array | $args | Array of login form arguments. |
PHP Doc
/**
* Filters content to display at the bottom of the login form.
*
* The filter evaluates just preceding the closing form tag element.
*
* @since 3.0.0
*
* @param string $content Content to display. Default empty.
* @param array $args Array of login form arguments.
*/