Default Membership Level
-
Hi- I’m trying to set a default membership level for each person that registers to my site. I found this code snippet from a previous thread, but it doesn’t seem to work for me. The default ID I’m trying to use is 7.
function my_pmpro_default_registration_level($user_id) {
//Give all members who register membership level 7
pmpro_changeMembershipLevel(1, $user_id);
}
add_action(‘user_register’, ‘my_pmpro_default_registration_level’);The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Default Membership Level’ is closed to new replies.