Updating to new version, existing custom triggers stopped firing
-
I recently updated the Notification plugin to the newest version – I was using an outdated version for quite some time.
I have a number of custom triggers littered throughout a custom plugin. I took care of all the PHP errors after updating, but now none of the custom notifications are firing.
I’m using notification_register_trigger () within the admin_init hook to register these triggers, and they are displaying within the UI of the notification plugin for me to set up notifications as I would expect.
I had to re-create all the notifications in the plugin UI from the past version, which I have also done.
Within my custom plugin code, I’m using do_action(hook, params, true) to actually fire the notification.
I have not made any changes to the existing custom trigger classes I have created, but it didn’t look like any where required.
I have the error logs enabled but I’m not seeing any errors in the Notification error log, I purchased the review queue extension which I now realize i don’t think I needed to try and see emails, and I’m not seeing any in there, either.
Just seems to not be firing at all. Any ideas?
- The topic ‘Updating to new version, existing custom triggers stopped firing’ is closed to new replies.