wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



enable_login_autofocus › WordPress Filter Hooks

Seit4.8.0
Veraltetn/v
apply_filters( 'enable_login_autofocus', true )
Parameter:
  • (bool) $print Whether to print the function call. Default true.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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