Viewing 1 replies (of 1 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    I have to believe there’d be ways, but we don’t have any specific functionality around that.

    I know that we have this hook in our code, which we run after approval of a given user.

    do_action( 'bpro_hook_approved_user', $user_id );
    

    I also know that we make use of the user_register and bp_core_activated_user hooks for some of our own functionality, but those would be running before ours above. However, both could be used to customize roles if needed, outside of just some other user/role management plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘After approval assign new role to users automatically’ is closed to new replies.