Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘ [Resolved] how to auto assign pmpro membership level when profile marked as complete’ is closed to new replies.
This topic is: resolved
Tagged: PMPro
You can hook to “bpprocn_user_profile_completed” action and process anything when a user’s BuddyPress profile is marked as complete.
i am not a coder, please help
Hi Anisur,
Thank you for the question.
We are not using PMPro for any of our project, so I will post a sample code which you can give to their support and request them for the code to update the membership.
// update something about user on profile completion.
add_action( 'bpprocn_user_profile_completed', function ( $user_id ) {
// add code to set/update the membership for the user.
} );
Please give them this sample code and request them to provide the code for updating the membership for user.
Regards
Brajesh
The topic ‘ [Resolved] how to auto assign pmpro membership level when profile marked as complete’ is closed to new replies.