shopwhizzy / module-autoremoveadminnotifications
ShopWhizzy_AutoRemoveAdminNotifications
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4
- magento/framework: *
- magento/module-admin-notification: *
- magento/module-backend: *
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
- Install using Composer.
composer require shopwhizzy/module-autoremoveadminnotifications
php bin/magento module:enable ShopWhizzy_AutoRemoveAdminNotifications
php bin/magento setup:upgrade
Specifications
- Cronjob
- shopwhizzy_autoremoveadminnotifications_removeadminmessages
Copyright
- developed by ShopWhizzy.com