get the value of Custom Field – how? – UserPro Forums https://forum.userproplugin.com/forums/topic/get-the-value-of-custom-field-how/feed/ Sun, 19 May 2024 02:37:29 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/get-the-value-of-custom-field-how/#post-41402 <![CDATA[get the value of Custom Field – how?]]> https://forum.userproplugin.com/forums/topic/get-the-value-of-custom-field-how/#post-41402 Wed, 16 Jul 2014 13:42:48 +0000 test I have created some custom fields for registration. How do I get the value of a specific one with php?

]]>
https://forum.userproplugin.com/forums/topic/get-the-value-of-custom-field-how/#post-41408 <![CDATA[Reply To: get the value of Custom Field – how?]]> https://forum.userproplugin.com/forums/topic/get-the-value-of-custom-field-how/#post-41408 Thu, 17 Jul 2014 05:05:48 +0000 Ronnie Trainham <?php
$user_id = 66; // or the get any user ID you want to retrieve by setting this variable..
echo userpro_profile_data(‘custom field’, $user_id);
?>`

http://userproplugin.com/userpro/integration-guide/

]]>