wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



enable_login_autofocus › Les Filtres WordPress

Depuis4.8.0
Dépréciéen/a
apply_filters( 'enable_login_autofocus', true )
Paramètres:
  • (bool) $print Whether to print the function call. Default true.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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