• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Baguiowebs

Baguiowebs

Learn WordPress. Build Your Own Site.

  • Contact
  • Build a Site
  • WP Training
  • Library
  • Signup
  • Login
  • Contact
  • Build a Site
  • WP Training
  • Library
  • Signup
  • Login

Remove Incorrect Login Shake

Hi, Login
X

Join Us Forgot Password?

to view this video. Not a member? Join Now!

This code snippet removes the shake effect on the login page when an incorrect username and/or password are entered in the login box. Copy and paste this into the child themes function/php file as shown in the video.

/* Remove Incorrect Login Shake */
add_action('login_head', 'stop_that_shake_effect');
function stop_that_shake_effect() {
        remove_action('login_head', 'wp_shake_js', 12);
}

Filed Under: WP Theme Customization

Primary Sidebar

Section 6

WP Theme Customization

Introduction

  • Before We Customize3:49min
  • How To Create A Child Theme4:49min

Shorcodes

  • Personal Greeting Shortcode3:22min
  • Flex Date Shortcode5:45min

Theme Customization Tuts

  • Remove URL Underline4:54min
  • Remove Incorrect Login Shake1:39min
  • Rebrand Admin Bar WP Logo2:46min
  • Remove Top White Space1:33min
  • Adjust Gap Between Posts on Homepage1:55min
  • Add Border Below Header2:19min
  • Customize Site Description2:16min
  • Customize Site Title2:17min
  • Random Admin Announcement4:47min
  • Add Drop-Down Menu To Admin Bar3:59min

Copyright © 2022 Baguiowebs. All Rights Reserved.

  • About
  • Disclaimer
  • Privacy Policy
  • Terms