• Resolved doffine

    (@doffine)


    Hello @nikeo,

    we just noticed that at least in Hueman’s current version 3.6.2 and in WordPress 5.5.1 the dashboard notification telling the admin that the theme has been updated is not dismissible. You can click and close the notification but on the next reload of the backend, the notification ist back. This is especially annoying since this notification is set on every single backend page.

    What can we do about this?

    Greetings,
    -doffine

    PS: And a little feature request – beside the above apparent bug for us as an agency it would be cool to have a filter we can use via functions.php to get rid of these notifications completely, also for future update notifications, since we know very well when we perform any update in our WP installations and we love silent, clean admin backends that only talk to us, if there really is something important to take account of.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hello,
    This is a bug thanks for reporting.
    The next release will include a PHP constant “HU_SHOW_UPDATE_NOTIFICATION” that will allow you to deactivate update notifications.
    define( 'HU_SHOW_UPDATE_NOTIFICATION', false ) <= to be added in functions.php of a child theme, or wp_config file

    Thread Starter doffine

    (@doffine)

    @nikeo, that simply is great. Thanks for this instant support and reaction. I’ll mark this as resolved then.

    Greetings,
    -doffine

    Theme Author presscustomizr

    (@nikeo)

    👍 You’re welcome. Thanks for reporting the problem in the first place. 🙏

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bug: Update notification on dashboard not dismissible’ is closed to new replies.