Title: [Plugin: Edit Flow] Remove/Reset Editorial Comments
Last modified: August 20, 2016

---

# [Plugin: Edit Flow] Remove/Reset Editorial Comments

 *  [markjroy](https://wordpress.org/support/users/markjroy/)
 * (@markjroy)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-edit-flow-removereset-editorial-comments/)
 * Depending on the client’s preference, I want to be able to either: (1) remove
   the Editorial Comments capability; or (2) Delete old entries from the Editorial
   Comments for a given post (or all posts). Is it possible to do this in EditFlow?
 * [http://wordpress.org/extend/plugins/edit-flow/](http://wordpress.org/extend/plugins/edit-flow/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mohammad Jangda](https://wordpress.org/support/users/batmoo/)
 * (@batmoo)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-edit-flow-removereset-editorial-comments/#post-2124033)
 * We left out a delete option for mainly for audit/transparency purposes.
 * The disable option for editorial comments was just an oversight; we’ll try to
   add it in the version. You can remove the box by adding the following code to
   your theme:
 *     ```
       add_action( 'admin_menu', 'x_disable_ef_editorial_comments', 100 );
   
       function x_disable_ef_editorial_comments() {
       	remove_meta_box( 'edit-flow-editorial-comments', 'post', 'normal' );
       	remove_meta_box( 'edit-flow-editorial-comments', 'page', 'normal' );
       }
       ```
   
 * Hope that helps.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Edit Flow] Remove/Reset Editorial Comments’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mohammad Jangda](https://wordpress.org/support/users/batmoo/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-edit-flow-removereset-editorial-comments/#post-2124033)
 * Status: not resolved