w3guy / persist-admin-notices-dismissal

Simple plugin that persists dismissal of admin notices across pages in WordPress dashboard.
http://w3guy.com/wordpress-admin-notices-dismissible/
90 stars 22 forks source link

remove early exit for heartbeat inside of class #11

Closed afragen closed 8 years ago

afragen commented 8 years ago

fixes in class not defined PHP fatal error in logs during heartbeat.

afragen commented 8 years ago

When the class is initialized in the main plugin file, according to instructions, the log fills with PHP error notices during heartbeat as it keeps the class from loading. I think if the user wants to exclude this from running they should do it. If we want this to be used as a drop-in we should throw no errors.