shake_error_codes WordPress Filter Hook

The shake_error_codes hook is used to display an error message when a user tries to access a site that is not available.

apply_filters( 'shake_error_codes', string[] $shake_error_codes ) #

Filters the error codes array for shaking the login form.


Parameters

$shake_error_codes

(string[])Error codes that shake the login form.


Top ↑

Source

File: wp-login.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.