Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/general-template.php | apply_filters | 565 | /** * Filters content to display in the middle of the login form. * * The filter evaluates just following the location where the 'login-password' * field is displayed. * * @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. |