Show profile information without using shortcode

Use the follwing code :

global $userpro;
$user_id=get_current_user_id();
echo userpro_profile_data('first_name', $user_id);

Just change the first_name to any other information.

Was this article helpful?

Related Articles

Leave A Comment?