This topic has 1 reply, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #71291
     jeffkauffmanjr
    Participant

    Hi,

    I have BuddyPress and Paid Membership Pro plugins installed. When a new user registers for my site, a BuddyPress profile is created for them.

    How can a make it so that a new user is automatically registered for one of my free membership levels?

    #71324
     sharmstr
    Moderator

    You can try this in your functions.php file

    COPY CODE
    
    add_action('user_register', 'kleo_pmpro_default_level');
    function kleo_pmpro_default_level($user_id) {
    	pmpro_changeMembershipLevel(1,$user_id);
    }
    

    Change 1 to the id of the level you want to assign

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?