• Posted: 2012-08-06
  • Author: Aaron Rowe-Jardine
  • Tags:

Remove Login Shake

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
<?php
function my_login_head() {
	remove_action('login_head', 'wp_shake_js', 12);
}
add_action('login_head', 'my_login_head');
?>

Instructions:

Add to functions.php to remove the ‘wrong password’ screen shake.


Share this snippet

If you like this snippet, share it with friends!