Notify On Action

This plugin allows Admins to set up email notification on any action performed in any of functions on themes/plugins.

Author:Luciana Bruscino (profile at wordpress.org)
WordPress version required:3.1
WordPress version tested:3.2.1
Plugin version:1.0.0
Added to WordPress repository:23-09-2011
Last updated:25-09-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:1 628
Active installs:10+
plugin download
Click to start download

This plugin allows you to sent email notifications whenever an action is performed on your site. For example, let's you want to be notified when a user clicks a particular button on your site, or you want to notify another person when you process a request, etc This plugin can help you.

Simply follow the steps below:

    * Create Notification Template using the form below
    * Copy & Paste the following code in the theme/plugin code where you want the email notification to be sent.

    if (has_action("noa_notify_on_action")) do_action( 'noa_notify_on_action','<Enter_Notification_Name>', null);

There are other options on how to use the plugin. See 'How to Use' below

This plugin is available under the GPL license, which means that it's free. If you use it for a commercial web site, if you appreciate my efforts or if you want to encourage me to develop and maintain it, please consider making a donation using Paypal, a secured payment solution. You just need to click the donate button on the settings page and follow the instructions.

What about Notify On Action?


FAQ
ChangeLog