enable_login_autofocus

enable_login_autofocus

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('enable_login_autofocus') is found 1 times:

  • /wp-login.php line 1606
    		 * @since 4.8.0
    		 *
    		 * @param bool $print Whether to print the function call. Default true.
    		 */
    		if ( apply_filters( 'enable_login_autofocus', true ) && ! $error ) {
    			$login_script .= "wp_attempt_focus();\n";
    		}
    
    		// Run `wpOnload()` if defined.
    		$login_script .= "if ( typeof wpOnload === 'function' ) { wpOnload() }";