you can do that using login_errors
filter hook and here is how:
add_filter('login_errors','login_error_message');
function login_error_message($error){
//check if that's the error you are looking for
$pos = strpos($error, 'incorrect');
if (is_int($pos)) {
//its the right error so you can overwrite it
$error = "Wrong information";
}
return $error;
}
update:
i just tested the code and it works fine just pasted the code in my theme’s functions.php file without changing anything with the .po file
Related Posts:
- How to disable the fatal error (WSOD) protection?
- Unable to locate WordPress Content directory (wp-content)
- Could not create directory /wp-content/upgrade/
- Getting the warning: Missing argument 2 for manage_posts_custom_column()?
- What log files does a WordPress installation write to?
- What is the best way to monitor PHP functions/executions?
- WordPress Redirecting to wp-admin/install.php
- How to use WP_Error $data argument?
- Is it possible to disable caching of an option when using w3 total cache?
- Error 310 too many redirects after switching domains
- How do I set up Debugging?
- Error Logs to Diagnose Error 500 in LAMP
- “Notice: Undefined index:” error when adding new content?
- Does wordpress have an error log?
- Recommend a guide to catching plugin errors, please?
- How to handle core code throwing notice on valid input?
- Trying to get property of non-object in wp-includes/capabilities.php
- WordPress home page doesn’t work, but other pages do. How to rectify?
- WP Site Only Shows Javascript for Main Page
- File available but giving 404 in wordpress
- PHP notice coming from the WordPress core?
- Only on 404 page, get notice: trying to get property of non-object on nonce
- In big trouble – Allowed memory size of 268435456 bytes exhausted
- PHP Warning : A non-numeric value encountered
- Wordpres debug.log PHP Notice: is_singular was called
- media_buttons_context is deprecated
- Warning: Declaration of QuietSkin::feedback error
- PHP Fatal error: Call to a member function get() on null in /wp-includes/cache.php on line 123
- failed to open stream: No such file or directory
- Getting 403 Access Denied Error Message in new WordPress Post
- update user information
- Any way to check the integrity of a WordPress site?
- My wordpress site loads perfectly, but I cannot access the menus in the admin panel
- Call to undefined function wp_embed_register_handler()
- Site works fine, but editing page causes error “Call to undefined function _wp_array_get()” in Gutenberg
- Odd error on top of my dashboard. How do I fix it?
- Error! 401.shtml file not found, what’s the problem?
- Error wordpress “Call to undefined function aq_resize()” [closed]
- Strange glyphs code error
- Custom slider throwing an error
- err_connection_closed after 20 minutes when loggedin in backend
- How to Fix “Are You Sure You Want to Do This”, while uploading my theme?
- 4.2.2 stuck in an db upgrade loop with “Call to undefined method wpdb::get_col_length()”
- Cannot redeclare maybe_create_table()
- Warning: An unexpected error occurred. Something may be wrong with WordPress.org
- Two Domain pointing to the same WordPress installation
- “Cannot modify header information” means I can’t use wp_redirect
- Front end empty (i.e. nothing displays); Back end looks fine; What are possible causes?
- How can I use wordpress functionality outside of WP framework
- Errors in Add Image Popup, Media Library Tab: “in_array() expects parameter 2 to be array, null given in wp-includes/query.php”
- hypanis.ru wordpress vulnerabilty [closed]
- Child Theme Fatal Error [closed]
- Jetpack could not contact wordpress [closed]
- White Screen on Site but wp-admin OK
- Dummy data error
- Internet Explorer cannot display the webpage
- W3 Total Cache “Preview mode could not be disabled” [closed]
- Internal Server Error only on frontend and certain admin pages
- How to automatically convert “%” and “+” in image urls on upload
- Resolving a 500 Error with GoDaddy Hosting? [closed]
- Failed to import “File name”: Invalid post type jetpack-portfolio
- Fatal error: Uncaught Error: Call to undefined function wp() in /home/nr4dxonhypyy/public_html/wp-blog-header.php:16
- Error call_user_func_array() After Installing Plugin
- Error 500 when installing WordPress
- Unable to edit with Elementor
- Warning: call_user_func_array()
- “File not found.” appears often while navigating wp-admin
- WordPress Error blank page In section website
- Posts, pages and some images are deleted sometimes
- Call to undefined function wordpress listing_categories
- how do i fix these errors my debug log gave me?
- Fatal error: Call to undefined function wp_add_privacy_policy_content() in /wp-admin/includes/misc.php on line 1822
- The TypeError: this.each when wp.media.open() after using popper.js for bootstrap 4
- Unable to customize themes in wordpress after migrating to https from http
- A SINGLE Post Giving an “Under Maintenance” Message
- Can too-large images cause Error Establishing a Database Connection
- Weird Cron Error
- Error messages generated in ‘Customize Your Site’
- Overcome illegal characters [duplicate]
- How to find which plugin crashes
- bypassing permission error for a plugin’s page
- Website Loading Very Slow, Each Time Different File Takes Very Long To Load
- Fatal error: Allowed memory size of bytes exhausted (tried to allocate 36 bytes)
- Any idea on how to fix this error when forcing SSL on a certain page?
- Twenty Eleven theme-options error
- warnings & errors after MAMP to live (hosteurope)
- Random HTTP 500 error in WordPress
- I’m getting Call to undefined function wp_parse_list() out of the blue
- Add clickable function in functions.php – parse error [closed]
- Trying to add function with pre_get_posts for plugin search [closed]
- undefined index [closed]
- Language of errors in WordPress admin
- WordPress is not sending the 2nd email in the same request
- Is it possible to empty debug.log programmatically?
- File doesn’t exist! in wordpress function.php file while creating new post or page
- Change Registration Error Message
- syntax error, unexpected ‘=>’ (T_DOUBLE_ARROW) [closed]
- My websit dosent worke http errors 500
- Customizing login message
- 403 forbidden in admin console: fix seems to be temporary and then error is back