itthinx / groups

Groups provides group-based user membership management, group-based capabilities and content access control. It integrates standard WordPress capabilities and application-specific capabilities along with an extensive API.
GNU General Public License v3.0
49 stars 35 forks source link

Add filters: `groups_user_is_member`, `groups_user_get_{$name}` and `groups_group_get_{$name}` #59

Closed JoryHogeveen closed 9 months ago

JoryHogeveen commented 7 years ago

Allow short circuit the results of:

Enhances integration possibilities with other plugins, in this example, see: https://wordpress.org/support/topic/integrate-groups-with-view-admin-as/#post-8395011

itthinx commented 9 months ago

Reviewing open requests, this seems to have been missed and lost in time. The filters suggested are valid but the points of application need to be reviewed (comments added). We will incorporate the suggestions into the itthinx:PR59-vs-2.19.0 branch and refactor them there for integration into master.