Can I get the "regular" fields that WordPress gets on the user add/edit screen with get_cimyFieldValue or do I have to use the WordPress function get_userdata()? I need to get Role, Last Name, First Name, and eMail.
Can I get the "regular" fields that WordPress gets on the user add/edit screen with get_cimyFieldValue or do I have to use the WordPress function get_userdata()? I need to get Role, Last Name, First Name, and eMail.
Use get_userdata for regular WordPress fields.
You must log in to post.