This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Event Notifier

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.

Screenshots

  • Main Admin Screen

  • General Settings of an Event Notifier

  • Slack Integration built in.

  • Live (ish) Dashboard option to log most recent events.

Installation

  1. Activate the plugin
  2. Go to Tools > Event Notifier
  3. Click “Add Event”
  4. Fill in the details for the event
  5. Click “Add”
  6. That’s it.

FAQ

none yet. feel free to ask.

Installation Instructions
  1. Activate the plugin
  2. Go to Tools > Event Notifier
  3. Click “Add Event”
  4. Fill in the details for the event
  5. Click “Add”
  6. That’s it.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Event Notifier” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Event Notifier” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.2.2 – December 2017

  • Cleanup line ending from Windows to Mac and increased PHP compatibility

1.2.1 – January 2017

  • Fixed a Cross-Site Scripting vulnerability on the loading animation.

1.2.0 – November 2016

  • Added Dashboard Notification. Adds a dashboard widget with a live feed of events.
  • Added Recurrence option. Notifications now only send when the hook has fired the set amount.
  • Added Content and Magic Tags. Added a content to allow setting the content to send, with magic tags to capture and send data at time of event.
  • Added More Colorful Modals!

1.0.1 – October 2016

  • fixed a issue that made a duplicate plugin show in the plugins list.

1.0.0 – October 2016

  • Initial Release