On this page
apply_filters( 'shake_error_codes', string[] $shake_error_codes )
Filters the error codes array for shaking the login form.
Parameters
$shake_error_codesstring[]-
Error codes that shake the login form.
Source
File: wp-login.php. View all references
$shake_error_codes = apply_filters( 'shake_error_codes', $shake_error_codes );
Related
Used By
| Used By | Description |
|---|---|
| login_header() wp-login.php | Output the login page header. |
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/shake_error_codes