Quote from
Asgaros on September 11, 2017, 2:29 pm
Hello Bryy_Miller,
the following WordPress hook allows you to do things after a user registered on your website:
https://codex.wordpress.org/Plugin_API/Action_Reference/user_register
I think with a little bit of code this could be a good place to insert your custom logic for adding new users automatically to an user group.
Hello Bryy_Miller,
the following WordPress hook allows you to do things after a user registered on your website:
https://codex.wordpress.org/Plugin_API/Action_Reference/user_register
I think with a little bit of code this could be a good place to insert your custom logic for adding new users automatically to an user group.