admin add members from WP Users list
-
I have a project that includes membership in a specific BP group upon payment of a subscription. This requires that the site admin be able to add a validated member without the user log in.
An BP specific email asking for confirmation is not required as it is covered in the subscription agreement and the attendent email. An extra step has been criticized by some customers as an unnecessary complication. An email advising of the new membership is sent to the end user. Users can opt out of the agreement at any time.
The “how to” at https://codex.buddypress.org/developer/user-submitted-guides/how-to-add-members-to-a-group-via-wp-users-screen/ looks like the right idea. It does not, however, result in additions to the group membership.
I considered hacking the database via brutish approach, but that is not a good approach. Is there a code snippet or plugin that enables adding members to a group by the site admin?
I am using BP 7.2.1 and WP 5.7.
- You must be logged in to reply to this topic.