Title: [Plugin: Edit Flow] Notification Subscriptions box empty
Last modified: August 19, 2016

---

# [Plugin: Edit Flow] Notification Subscriptions box empty

 *  [Naz](https://wordpress.org/support/users/naz/)
 * (@naz)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-edit-flow-notification-subscriptions-box-empty/)
 * The Notification Subscriptions and Editorial Metadata boxes are empty. Only the
   title shows up, but nothing shows up in the actual boxes.
 * I installed this plugin locally and it doesn’t work there either. The Editorial
   Metadata does show up there, but the Notification Subscriptions box is still 
   empty.
 * Any help would be appreciated.
 * Thank you!
 * P.S. It would be great if we could turn on/off the Editorial Metadata box somewhere
   in the settings.

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

 *  Plugin Contributor [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * (@danielbachhuber)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-edit-flow-notification-subscriptions-box-empty/#post-1927289)
 * Hey Naz,
    Can you link to a screenshot of what you’re seeing? Also, what other
   plugins do you have installed on your website?
 * Re: disabling Editorial Metadata, it’s possible to do so with [custom post type support](http://wordpress.org/extend/plugins/edit-flow/other_notes/).
   Disabling Editorial Metadata for posts might look something like this:
 *     ```
       function db_remove_metadata_support() {
       	remove_post_type_support( 'post', 'ef_editorial_metadata' );
       }
       add_action( 'init', 'db_remove_metadata_support' );
       ```
   
 * Cheers,
 * Daniel
 *  Thread Starter [Naz](https://wordpress.org/support/users/naz/)
 * (@naz)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-edit-flow-notification-subscriptions-box-empty/#post-1927304)
 * Thanks for your help.
 * I have a lot of plugins installed on my website, but I have installed this on
   a local, clean WordPress installation and it’s still giving me the same problem.
   
   I forgot to mention this, but the Notification Subscriptions box does show up
   for administrators, just not for other users (Contributors, etc).
 * Disabling Editorial Metadata – Do I add this to the functions.php file?
 *  Plugin Contributor [Scott Bressler](https://wordpress.org/support/users/sbressler/)
 * (@sbressler)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-edit-flow-notification-subscriptions-box-empty/#post-1927314)
 * Yes, you would add that to your functions.php file.
 *  Thread Starter [Naz](https://wordpress.org/support/users/naz/)
 * (@naz)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-edit-flow-notification-subscriptions-box-empty/#post-1927330)
 * [@daniel](https://wordpress.org/support/users/daniel/) – Here’s the screenshot:
   [http://img836.imageshack.us/img836/131/editflow1.jpg](http://img836.imageshack.us/img836/131/editflow1.jpg)
 * [@sbressler](https://wordpress.org/support/users/sbressler/) – Thank you!

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

The topic ‘[Plugin: Edit Flow] Notification Subscriptions box empty’ 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/)

 * 4 replies
 * 3 participants
 * Last reply from: [Naz](https://wordpress.org/support/users/naz/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-edit-flow-notification-subscriptions-box-empty/#post-1927330)
 * Status: not resolved