Title: Wording &amp; Filter Priority
Last modified: May 20, 2019

---

# Wording & Filter Priority

 *  Resolved [David Decker](https://wordpress.org/support/users/daveshine/)
 * (@daveshine)
 * [7 years ago](https://wordpress.org/support/topic/wording-filter-priority/)
 * Thanks for a great plugin to give admins more options!
 * I have 2 somewhat “issues” after testing:
 * 1) Wording:
    I would suggest to make it more clear that this is for the Debug
   Info screen and would effect display of items on that screen and also when copied
   to clipboard. Just to make it crystal clear in description and everywhere.
 * Reason: there are already other “Site Health Manager” plugins available which
   focus on the “Status” tab and can disable various tests & checks.
 * 2) Filter Priority:
    You need to increase the filter priority a lot to catch 
   third-party plugins which add their own info to the Debug Info screen. Any plugin
   that uses default priority of 10 or higher (especially when higher than 10!) 
   is not catched, means: it still displays and gets copied even if items were deactivated
   in your manager plugin. Using different filter priorities is the only way currently
   for plugin devs to control the order of additional items on this screen. I currently
   do that in my plugins.
 * Therefore I suggest something like that for your plugin:
    `add_filter( 'debug_information',[
   $this, 'disable_info' ], 1000 );`
 * Or even higher than “1000” to always be the last to hook in…!
 * –Thanks, Dave 🙂
    -  This topic was modified 7 years ago by [David Decker](https://wordpress.org/support/users/daveshine/).

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

 *  Plugin Author [Rami Yushuvaev](https://wordpress.org/support/users/ramiy/)
 * (@ramiy)
 * [7 years ago](https://wordpress.org/support/topic/wording-filter-priority/#post-11559148)
 * [@daveshine](https://wordpress.org/support/users/daveshine/)
 * Thanks for thanking the time to write a feedback.
    1. The initial version focused on “**Info**” screen (disabling critical data). 
       The next version will focus on “**Status**” screen (disabling debug tests). 
       The user won’t need another plugin, he will get all the setting in one plugin.
    2. Good catch! Thank you for noticing and reporting. I’ll fix the filter priority
       in the next version.
 *  Plugin Author [Rami Yushuvaev](https://wordpress.org/support/users/ramiy/)
 * (@ramiy)
 * [7 years ago](https://wordpress.org/support/topic/wording-filter-priority/#post-11559837)
 * Just released version 1.1.0, fixing all the above and more…
 *  Thread Starter [David Decker](https://wordpress.org/support/users/daveshine/)
 * (@daveshine)
 * [7 years ago](https://wordpress.org/support/topic/wording-filter-priority/#post-11559890)
 * Thank you [@ramiy](https://wordpress.org/support/users/ramiy/) this is perfect!
   
   Already tested the new version and works like a charme 😉

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

The topic ‘Wording & Filter Priority’ is closed to new replies.

 * ![](https://ps.w.org/site-health-manager/assets/icon.svg?rev=2090933)
 * [Site Health Manager](https://wordpress.org/plugins/site-health-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/site-health-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/site-health-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/site-health-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/site-health-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/site-health-manager/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [David Decker](https://wordpress.org/support/users/daveshine/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/wording-filter-priority/#post-11559890)
 * Status: resolved