enable_login_autofocus

最后更新于:2021-11-26 09:14:55

apply_filters( ‘enable_login_autofocus’, bool $print )

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

参数

$print

(bool)
Whether to print the function call. Default true.

源文件

文件: gc-login.php

View on Trac