wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



enable_login_autofocus › WordPress Filter Hooks

Da4.8.0
Deprecaton/a
apply_filters( 'enable_login_autofocus', true )
Parametri:
  • (bool) $print Whether to print the function call. Default true.
    Richiesto:
Definito a:
Codex:

Filters whether to print the call to `wp_attempt_focus()` on the login screen.





Sorgenti

if ( apply_filters( 'enable_login_autofocus', true ) && ! $error ) {