Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Good Day!
This is not a bug report, only a request.
There are occasions when your plugin displays notifications in our WP dashboard (all pages). These notices are in addition to the ones displayed in your plugin dashboard. Certainly, a quirk in your plugin.
Can you provide a snippet that deletes your notices everywhere, except in your plugin dashboard? (a nice challenge for your developers). These notices can be a nag. As you know, over time, many have complained about these nagging site-wide notices generated by plugins.
Currently, we're using code below. Works well, but disables ALL notices. We need one just for your plugin.
add_action('admin_enqueue_scripts', 'hidenotice_admin_theme_style');
add_action('login_enqueue_scripts', 'hidenotice_admin_theme_style');
function hidenotice_admin_theme_style() {
echo '<style>.update-nag, .updated, .error, .is-dismissible { display: none !important; }</style>';
}
Thank you!
Hi @aerostar,
We don't follow you well. Could you please clarify a bit? What message do you mean?