PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Mixed metas

  1. HI there!

    I am currently creating a website with really complex profiles that contain around 20 fields.
    Than can become really heavy to deal with if you start having 100 users++.

    I am suggesting to be able to put all the users meta under the same meta using an array that we could manipulate after in the created profile pageā€¦

    Just like this:

    user_meta = array (
                         phone    = "(555) 555-5555",
                         websites = array(
                                         "www.website1.com",
                                         "www.website2.com"
                          ),
                         age        = "27" 
    
    )
    Posted 12 years ago on Tuesday March 27, 2012 | Permalink