wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



enable_login_autofocus › Filtr WordPress Hooks

Od4.8.0
Przestarzałyn/a
apply_filters( 'enable_login_autofocus', true )
Parametry:
  • (bool) $print Whether to print the function call. Default true.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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