Event Notifier

0

Event Notifier is a diagnostic tool, aimed at providing notifications when WordPress hooks / event occur. It was created out of the need to be notified when “fail” hooks are trigger

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

Event Notifier is a diagnostic tool, aimed at providing notifications when WordPress hooks / event occur. It was created out of the need to be notified when “fail” hooks are triggered, thereby informing us of the event.

Currently it supports Email and Slack notifications. Hopefully I’ll add more as I get time.

Since certain hooks fire frequently, the amount of notifications can be significant. So, be sure to only setup events on the exact hook that is needed.

If you are a developer, implement your own hooks in your plugins so that you can fire off events for specific notifications.