• Resolved jamesbbj1

    (@jamesbbj1)


    Is there a way to automatically approve a user based on a set of condition statements? For example, based on an address.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @jamesbbj1

    Unfortunately, It’s not possible and this requires customization on your end.

    You can use this code to approve a specific user:

    $user_id = 123;
    um_fetch_user( $user_id ); 
    UM()->user()->approve();

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Auto approve users based on condition’ is closed to new replies.