Category: hook

web developer at WPLAB
Website development like the art
Wordpress Expert

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

Rating
web developer at WPLAB
Website development like the art
Wordpress Expert

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 The post How to remove login shake effect when error occurs appeared first on WPRecipes. Rating

Rating
web developer at WPLAB
Website development like the art
Wordpress Expert

Just run the following query on your WordPress database to delete comments with nastyspamurl as url. Don’t forget to replace the table prefix wp_ if your database is using another prefix.And of course, create a backup of your database before running the query! Rating

Rating