WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about enable_login_autofocus

Back to home

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 $print Whether to print the function call. Default true.