Title: Hide Login Error message
Last modified: August 30, 2016

---

# Hide Login Error message

 *  Resolved [cleartime](https://wordpress.org/support/users/cleartime/)
 * (@cleartime)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/hide-login-error-message-1/)
 * Hi,
 * how can I hide the error messages in the login area?
    `add_filter('login_errors',
   create_function('$a', 'return null;'));` does not work!
 * [https://wordpress.org/plugins/ppress/](https://wordpress.org/plugins/ppress/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Collins Agbonghama](https://wordpress.org/support/users/collizo4sky/)
 * (@collizo4sky)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/hide-login-error-message-1/#post-6765768)
 * Use filter `pp_password_reset_notice`
 * Available only in the latest version (1.2.3)
 * Gracias.
 *  [Neeraj jha](https://wordpress.org/support/users/neeraj-jha/)
 * (@neeraj-jha)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-login-error-message-1/#post-6765823)
 * hi, I am not able to control the login error message using this filter. is it
   working on latest version.
    [https://wordpress.org/support/topic/how-to-change-login-error-meassage](https://wordpress.org/support/topic/how-to-change-login-error-meassage)
 * here u told, the error message is from wordpress.
 *  Plugin Author [Collins Agbonghama](https://wordpress.org/support/users/collizo4sky/)
 * (@collizo4sky)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-login-error-message-1/#post-6765824)
 * Hi, use this filter `pp_login_error`.
 * Note: it will be available in 1.2.8 to be released in a few days.
 *  Plugin Author [Collins Agbonghama](https://wordpress.org/support/users/collizo4sky/)
 * (@collizo4sky)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-login-error-message-1/#post-6765825)
 * 1.2.8 is live now. Cheers.
 *  [Deryan12](https://wordpress.org/support/users/deryan12/)
 * (@deryan12)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/hide-login-error-message-1/#post-6765830)
 * the filter pp_login_error shows the error message always on the login form. Doesn’t
   work correctly
 *  Plugin Author [Collins Agbonghama](https://wordpress.org/support/users/collizo4sky/)
 * (@collizo4sky)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/hide-login-error-message-1/#post-6765832)
 * How does it not work? Can i see your code?

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Hide Login Error message’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ppress_905d67.svg)
 * [[Abandoned] PPress](https://wordpress.org/plugins/ppress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ppress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ppress/)
 * [Active Topics](https://wordpress.org/support/plugin/ppress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ppress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ppress/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [Collins Agbonghama](https://wordpress.org/support/users/collizo4sky/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/hide-login-error-message-1/#post-6765832)
 * Status: resolved