apply_filters( ‘shake_error_codes’, string[] $shake_error_codes )

In this article

Filters the error codes array for shaking the login form.

Parameters

$shake_error_codesstring[]
Error codes that shake the login form.

Source

$shake_error_codes = apply_filters( 'shake_error_codes', $shake_error_codes );

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.