shopwhizzy/module-autoremoveadminnotifications

ShopWhizzy_AutoRemoveAdminNotifications

1.0.0 2025-07-23 12:56 UTC

This package is auto-updated.

Last update: 2025-07-23 12:58:36 UTC


README

Main Functionalities

Magento 2 admin notifications can be very annoying. This cron will run every hour and remove all unread messages.

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/ShopWhizzy/AutoRemoveAdminNotifications
  • Enable the module by running php bin/magento module:enable ShopWhizzy_AutoRemoveAdminNotifications
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

composer require shopwhizzy/module-autoremoveadminnotifications
php bin/magento module:enable ShopWhizzy_AutoRemoveAdminNotifications
php bin/magento setup:upgrade

Specifications

  • Cronjob
    • shopwhizzy_autoremoveadminnotifications_removeadminmessages

Copyright