Opened 7 years ago
Closed 6 years ago
#44312 closed feature request (invalid)
Plugins and themes are able to create notifications that won't go away
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
Notifications and messages from plugins or themes that are not dismissable are a really bad UX practice. I attached a screenshot of two examples, one from WPML and other from WooCommerce.
WooCommerce will display a permanent 'Connect your Woocommerce with our site' message if you install one of their commercial plugins.
WPML will display a permanent 'Something is wrong with your taxonomy sync' notice. WPML will also display a 'Please send us your usage data, so we can make this plugin better!' using a in_plugin_update_message hook and that message also won't go away.
They all ignore DISABLE_NAG_NOTICES.
This is terrible user experience. All these messages are annoying and WordPress should do more to enforce a better user experience. With the WPML plugin update message I am quite sure that it breaks GDPR compliance.
I'm not really sure what WordPress core can do about this. Plugins and themes can place notifications anywhere, in any way, even outside of the established areas.
This behaviour is best reported to the plugin authors so they can choose to improve the UX for their own users.