Title: [Plugin: Edit Flow] Feature request &#8211;  Cutomizing Notifications
Last modified: August 20, 2016

---

# [Plugin: Edit Flow] Feature request – Cutomizing Notifications

 *  Resolved [gelgen](https://wordpress.org/support/users/gelgen/)
 * (@gelgen)
 * [14 years ago](https://wordpress.org/support/topic/plugin-edit-flow-feature-request-cutomizing-notifications/)
 * I have seen the documentation relating to extending Edit Flow, but I think it
   would be quite practical if there were a few more options out of the box regarding
   notifications. For example,
    - Specifying a different address for general notifications to be sent to.
    - Specifying that notifications should be sent regarding only the actions of
      certain role holders
 * [http://wordpress.org/extend/plugins/edit-flow/](http://wordpress.org/extend/plugins/edit-flow/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Contributor [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * (@danielbachhuber)
 * [14 years ago](https://wordpress.org/support/topic/plugin-edit-flow-feature-request-cutomizing-notifications/#post-2722260)
 * Both of these should be doable with just a little bit of code. Can you outline
   your use case better?
 *  Thread Starter [gelgen](https://wordpress.org/support/users/gelgen/)
 * (@gelgen)
 * [14 years ago](https://wordpress.org/support/topic/plugin-edit-flow-feature-request-cutomizing-notifications/#post-2722269)
 * Thansk for your responsses this day.
 * For example, as Admin and Editor, I don’t want to be notified of everything I
   do (I just did it!). I would like to know only if a Contributor (or whichever
   group/person I choose) has done something.
 * As well, I would like to be able to set this globally and not on a post-by-post
   basis.
 *  Plugin Contributor [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * (@danielbachhuber)
 * [14 years ago](https://wordpress.org/support/topic/plugin-edit-flow-feature-request-cutomizing-notifications/#post-2722302)
 * Are you using Edit Flow v0.7.1?
 * The current behavior of notifications should be to not email you if you’re making
   the action, but email you with updates to all posts you’re subscribed to. [This was changed in the most recent version](http://editflow.org/2012/04/11/edit-flow-v0-7-1-enhancements-and-bugfixes/).
 * You might also have the ‘Always notify admin’ option checked, and you could probably
   uncheck that.
 *  [iso200](https://wordpress.org/support/users/iso200/)
 * (@iso200)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-edit-flow-feature-request-cutomizing-notifications/#post-2722562)
 * Is it possible to enable the old-style notification behaviour if desired?
 * [I also have the ‘Always notify admin’ option checked and it doesn’t seem to 
   do anything… or should I say I’m not getting any notifications!]
 *  Plugin Contributor [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * (@danielbachhuber)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-edit-flow-feature-request-cutomizing-notifications/#post-2722563)
 * > Is it possible to enable the old-style notification behaviour if desired?
 * Yep, the old behavior can be reenabled by adding this filter to your theme’s 
   functions.php:
 * `add_filter( 'ef_notification_email_current_user', '__return_true' );`
 * > [I also have the ‘Always notify admin’ option checked and it doesn’t seem to
   > do anything… or should I say I’m not getting any notifications!]
 * This works fine for me locally, so it might be problem with your WordPress instance
   or your email provider. You might check your spam folder and/or try setting your
   blog admin address to an alternate email. Keep in mind this is the email address
   under Options -> General, not all admins on the site.
 *  [iso200](https://wordpress.org/support/users/iso200/)
 * (@iso200)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-edit-flow-feature-request-cutomizing-notifications/#post-2722564)
 * Thanks for this Daniel – I had tried the filter above but mistakenly put it in
   a functions file that was only loaded for admin pages, rather than in functions.
   php… Was obviously trying to be too smart for my own good!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Plugin: Edit Flow] Feature request – Cutomizing Notifications’ is closed
to new replies.

 * ![](https://ps.w.org/edit-flow/assets/icon-256x256.png?rev=3433533)
 * [Edit Flow](https://wordpress.org/plugins/edit-flow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/edit-flow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/edit-flow/)
 * [Active Topics](https://wordpress.org/support/plugin/edit-flow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/edit-flow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/edit-flow/reviews/)

## Tags

 * [Email Notifications](https://wordpress.org/support/topic-tag/email-notifications/)
 * [feature-requests](https://wordpress.org/support/topic-tag/feature-requests/)

 * 6 replies
 * 3 participants
 * Last reply from: [iso200](https://wordpress.org/support/users/iso200/)
 * Last activity: [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-edit-flow-feature-request-cutomizing-notifications/#post-2722564)
 * Status: resolved