PHP WordPress - Remove the Login Shake Effect

<?php function login_head__remove_loginshake() { remove_action( 'login_head', 'wp_shake_js', 12 ); } add_action( 'login_head', 'login_head__remove_loginshake' );

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.