Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/general-template.php | apply_filters | 577 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $content | Content to display. Default empty. |
array | $args | Array of login form arguments. |