Sunday, 26 May 2013

User Meta stuff

User Meta stuff

Ok I am trying to make a page the list user meta.
http://pastebin.com/rw1t7Mgp
The part I am stuck on is
$our_children = get_user_meta ($user_id,"our_children");
it is a meta field with an array in it.
a:1:{i:0;a:2:{s:4:"Name";s:6:"Elisha";s:3:"Age";s:2:"13";}}
How do I display the data in that array?
//foreach ( $our_children as $children ) { echo '<tr><td>'. $our_children-> Name .'</td><<td>'. $our_children-> Age .'</td></tr>'; //}
Doesn't seem to work?

No comments:

Post a Comment