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

Use MySQL instead of PHP to assign groups at plugin activation #14

Closed haroldkyle closed 7 years ago

haroldkyle commented 10 years ago

fixes #13

haroldkyle commented 9 years ago

Added a fix to a strict standards notice. Pull away, any day.

itthinx commented 8 years ago

@haroldkyle Thanks for pointing out the issue and the suggestion. The issue with your approach is that it won't fire the groups_created_user_group action when the user is related to the group. We'll have to look for an approach that will still fire the action.