shake_error_codes filter-hook . WP 3.0.0
Filters the error codes array for shaking the login form.
Usage
add_filter( 'shake_error_codes', 'filter_function_name_1687' ); function filter_function_name_1687( $shake_error_codes ){ // filter... return $shake_error_codes; }
- $shake_error_codes(array)
- Error codes that shake the login form.
Changelog
Since 3.0.0 | Introduced. |
Where the hook is called
shake_error_codes
wp-login.php 62
$shake_error_codes = apply_filters( 'shake_error_codes', $shake_error_codes );