Filter hook 'enable_login_autofocus'

in WP Core File wp-login.php at line 1613

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 $print 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.
		 */