as provided earlier:
COPY CODE
add_action('user_register', 'kleo_pmpro_default_level');
function kleo_pmpro_default_level($user_id) {
pmpro_changeMembershipLevel(9,$user_id);
}
where “9” is the default-level, in this case.
but remember that this snippet will kill the registrationprocess, if pmpro is DEactivated.