Title: deodato's Replies | WordPress.org

---

# deodato

  [  ](https://wordpress.org/support/users/deodato/)

 *   [Profile](https://wordpress.org/support/users/deodato/)
 *   [Topics Started](https://wordpress.org/support/users/deodato/topics/)
 *   [Replies Created](https://wordpress.org/support/users/deodato/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/deodato/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/deodato/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/deodato/engagements/)
 *   [Favorites](https://wordpress.org/support/users/deodato/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pie Register – User Registration, Profiles & Content Restriction] [Plugin: Pie Register] Custom fields data returning 'Array'](https://wordpress.org/support/topic/plugin-pie-register-custom-fields-data-returning-array/)
 *  [deodato](https://wordpress.org/support/users/deodato/)
 * (@deodato)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-pie-register-custom-fields-data-returning-array/#post-2465894)
 * Here’s the quick fix for this bug,
 * Open up Pie-Register.php in a texteditor scroll down to the function “Add2Profile()”
   inside this function scroll about 15 lines down you will see the following code:
   
   $value = get_user_meta( $user_ID, $id); replace the above code with the following
   code: $value = get_user_meta( $user_ID, $id, true );
 * it worked

Viewing 1 replies (of 1 total)