Currently the env post meta is set using the meta_input option on wp_insert_post which didn't seem to support nested arrays, so currently the details are stored as raw JSON. We either need to manually parse the JSON and store it as an array using update_post_meta, or parse the JSON on display.
Currently the env post meta is set using the meta_input option on wp_insert_post which didn't seem to support nested arrays, so currently the details are stored as raw JSON. We either need to manually parse the JSON and store it as an array using update_post_meta, or parse the JSON on display.