August 27, 2014 at 20:10
#26859
Participant
Hello ı have added the code you mentioned in the related link
add_action(‘user_register’, ‘kleo_pmpro_default_level’);
function kleo_pmpro_default_level($user_id) {
pmpro_changeMembershipLevel(1,$user_id);
}
but when ı add this code into childfunction here what happens