{"id":54694,"date":"2018-05-25T14:36:09","date_gmt":"2018-05-25T17:36:09","guid":{"rendered":"https:\/\/samuelchopard.ch\/wiki\/?p=54694"},"modified":"2019-03-18T14:29:18","modified_gmt":"2019-03-18T13:29:18","slug":"change-wordpress-login-error-message","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/change-wordpress-login-error-message\/","title":{"rendered":"Change WordPress login error message"},"content":{"rendered":"<p><!--more--><\/p>\n<p>Paste the following in <strong><em>functions.php<\/em><\/strong>:<\/p>\n<pre class=\"EnlighterJSRAW\">\nfunction login_error_override()\n{\nreturn 'The user name and password is incorrect.';\n}\n\nadd_filter('login_errors', 'login_error_override');\n<\/pre>\n<p>Change <em>The user name and password is incorrect.<\/em> for the desired text.<\/p>\n<p>Source:<a target=\"_blank\" href=\"https:\/\/whatswp.com\/change-wordpress-login-error-message\/\">\u00a0https:\/\/whatswp.com\/change-wordpress-login-error-message\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Paste the following in functions.php: function login_error_override() { return 'The user name and password is incorrect.'; } add_filter('login_errors', 'login_error_override'); Change [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[102,167],"class_list":["post-54694","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-error-message","tag-login"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54694","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=54694"}],"version-history":[{"count":1,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54694\/revisions"}],"predecessor-version":[{"id":54846,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54694\/revisions\/54846"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=54694"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=54694"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=54694"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}