I have a user meta field call our_children. When I look at the output of the field I see:
[our_children] => Array ( [0] => s:59:"a:1:{i:0;a:2:{s:4:"Name";s:6:"Elisha";s:3:"Age";s:2:"13";}}"; )
I made it an array so that people can add more children.
I can;t seem to figure out how to display the information in the array.
Thanks