Title: Feature request for plugin compatibility
Last modified: August 28, 2023

---

# Feature request for plugin compatibility

 *  Resolved [wbenterprises](https://wordpress.org/support/users/wbenterprises/)
 * (@wbenterprises)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/feature-request-for-plugin-compatibility/)
 * Hello and thank you for taking the time to create a very useful plug-in. Although,
   I feel it could use one more feature to make it “compatible” with all the other
   plugins out there which disable or record log-in data.
 * For the flags, I wonder if you could add an advanced configuration which allows
   input of a table, database field, and value to search. For example, I would like
   to specify the table, key, and data to match if an account is disabled:
 * Table: wp_usermeta
   Key: meta_key = ‘_is_disabled’ ANDData: meta_value = ‘0’
 * Is this possible? The reason is because even though I select “NO” for the Disabled
   Flag, it is still finding disabled accounts.
 * Perhaps you can create an “Advanced” settings page which lists all the data currently
   used to search each Flag, then we can add/edit as needed?
 * Otherwise, you’ll have to continue to add compatibility for future plugins such
   as “Disable User Login” ([https://wordpress.org/plugins/disable-user-login](https://wordpress.org/plugins/disable-user-login))
 * What do you think? Perhaps it’s a bit unsafe to add this feature as it’s potentially
   dangerous to inexperienced page manager, but I would certainly like to have it.
   Or, perhaps instructions for adding these via “Snippets”?
 * Also, for clarity, I think the Flags should be rewritten as (in this column order):
 * “User has…” “…approved comments” : YES : NO : IGNORE

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

 *  Plugin Author [shra](https://wordpress.org/support/users/shra/)
 * (@shra)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/feature-request-for-plugin-compatibility/#post-17005673)
 * Sure, it is possible to create the query constructor you described. It also requires
   to provide connection between WP_USERS and selected tables because we need to
   provide ON clause for each LEFT JOIN. But technically all these things are possible.
 * I just think plugin should provide simple, safe and limited experience for users.
   In other way we push users to become developers. 🙂
 * In context of adding compatibility with `disable-user-login` plugin, i may implement
   the feature even without adding a new flags as a part of `... been disabled` 
   filter.
 * `YES : NO : IGNORE` – about this thing i have the same feelings.
 *  Plugin Author [shra](https://wordpress.org/support/users/shra/)
 * (@shra)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/feature-request-for-plugin-compatibility/#post-17006015)
 * I’ve added compatibility with [disable-user-login](https://wordpress.org/plugins/disable-user-login).
   Does it cover your needs?
 *  Thread Starter [wbenterprises](https://wordpress.org/support/users/wbenterprises/)
 * (@wbenterprises)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/feature-request-for-plugin-compatibility/#post-17008608)
 * Hey, thank you [@shra](https://wordpress.org/support/users/shra/) ! I’m glad 
   to see a quick response to my request. I will certainly test it out and let you
   know soonest.

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

The topic ‘Feature request for plugin compatibility’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/inactive-user-deleter.svg)
 * [Inactive User Deleter](https://wordpress.org/plugins/inactive-user-deleter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/inactive-user-deleter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/inactive-user-deleter/)
 * [Active Topics](https://wordpress.org/support/plugin/inactive-user-deleter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/inactive-user-deleter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/inactive-user-deleter/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [wbenterprises](https://wordpress.org/support/users/wbenterprises/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/feature-request-for-plugin-compatibility/#post-17008608)
 * Status: resolved