Quantcast
Channel: WPRecipes
Viewing all articles
Browse latest Browse all 121

How to remove login shake effect when error occurs

$
0
0

Simply paste the following code into your functions.php file:

function wps_login_error() {
        remove_action('login_head', 'wp_shake_js', 12);
}
add_action('login_head', 'wps_login_error');

Credit: WordPress Support Forum


Viewing all articles
Browse latest Browse all 121

Latest Images

Trending Articles



Latest Images