WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about shake_error_codes

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-login.php apply_filters 63 /**
* Filters the error codes array for shaking the login form.
*
* @since 3.0.0
*
* @param string[] $shake_error_codes Error codes that shake the login form.
*/

Hook Parameters

Parameter Type Name Description
string[] $shake_error_codes Error codes that shake the login form.