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

    (@yithemes)

    Hi,
    you can use the filter ‘ywsl_new_user_role’.
    In the file functions.php of your theme add this code:

    add_filter('ywsl_new_user_role', 'change_role', 10);
    
    function change_role( $role ){
      return 'customer';
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Users registered as Unverified?’ is closed to new replies.