• Resolved zrigby

    (@zrigby)


    When someone registers on the website, they are given the WordPress role: Subscriber.

    How do I make it automatically give them my defined User Group?

Viewing 1 replies (of 1 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @zrigby

    At the moment this is not possible by default. If you have coding-experience you can try to use one of the available WordPress-hooks which are called after an user-registration. Inside this hook you can call the following function:

    AsgarosForumUserGroups::insertUserGroupsOfUsers($userID, $IDOfUserGroup);

Viewing 1 replies (of 1 total)
  • The topic ‘How to Assign New Registrants to a User Group’ is closed to new replies.