Saving custom fields on USER registration
-
Hi,
I noticed a few posts regarding this subject that have not been resolved.
I’ve added a custom field to the user profile page and cannot find how to save the value. The field does not get added to the “$author” array for use on the project pages.
Added the field like this (shortcode-profile.php, to display on the profile page):
function atcf_profile_info_fields_custom( $user, $userinfo ) { // custom field here add_action( 'atcf_profile_info_fields', 'atcf_profile_info_fields_custom', 15, 2 );
Where do these fields get saved to the profile? I’ve looked through the code, and probably missing it every time.
Has anyone been able to do this?
Any help would be appreciated. Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Saving custom fields on USER registration’ is closed to new replies.