Display City or AddressThis topic has 1 reply, 2 voices, and was last updated 11 years, 5 months ago by Pie Register.Viewing 2 posts - 1 through 2 (of 2 total)AuthorPosts March 25, 2015 at 9:07 pm #10003278 Arek ZParticipantHello, how to display fields outside plugin. (City, Address etc.)With address DON’T WORK get_user_meta($current_user->ID, “pie_address_3[address]” ,true);With image or phone it WORKS get_user_meta($current_user->ID,”pie_profile_pic_5″,true); get_user_meta($current_user->ID, “pie_phone_4” ,true);PLS HELP March 26, 2015 at 4:54 pm #10003282 Pie RegisterParticipantHello,I would do this as:$user_address = get_user_meta($current_user->ID, "pie_address_3" ,true); $user_address[address] $user_address[city]etc,,Hope it helps!ThanksAuthorPostsViewing 2 posts - 1 through 2 (of 2 total)The forum ‘Pie-Register 2.0 Support’ is closed to new topics and replies.