Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-login.php | apply_filters | 1524 | /** * Filters whether to print the call to `wp_attempt_focus()` on the login screen. * * @since 4.8.0 * * @param bool $print Whether to print the function call. Default true. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | Whether to print the function call. Default true. |