Community Support Forums — WordPress® ( Users Helping Users ) — 2011-01-04T17:39:56-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=1430 2011-01-04T17:39:56-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1430&p=5271#p5271 <![CDATA[Re: Use Custom Reg Fields in Code (But Not Just For Current ]]>
Did this...

$get_custom_field = get_user_option ("s2member_custom_fields", $user_id);
$get_custom_field = $get_custom_field[custom_field_name];

Statistics: Posted by klock — January 4th, 2011, 5:39 pm


]]>
2011-01-04T14:50:23-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1430&p=5265#p5265 <![CDATA[Use Custom Reg Fields in Code (But Not Just For Current User]]>
I customized the "new user" email that WP sends out to the admin...

I would like to add to it a custom registration field that I created... is there a function that I can pass a user ID to that will return a custom reg field?

Thanks!
Keith

Statistics: Posted by klock — January 4th, 2011, 2:50 pm


]]>