Description
Filters whether to print the call to `wp_attempt_focus()` on the login screen.
Occurrences
Filename | Line Number |
---|---|
wp-login.php | 1613 |
Parameters
Type | Name | Description |
---|---|---|
bool | Whether to print the function call. Default true. |
PHP Doc
/**
* 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.
*/