@hoseke
	Active 9 years, 5 months ago
	
	- 
	
	Henry Wright replied to the topic User Role in the forum Creating & Extending 10 years, 6 months ago Hi @hoseke Assuming you’re talking about WordPress roles and not BuddyPress member types, then you can do this: $user = wp_get_current_user();
 $user->set_role( 'student' );