› Forums › SNAP – WordPress Plugin Forums › How metadata are stored in the db? › Reply To: How metadata are stored in the db?
April 19, 2013 at 8:35 am #14038
Just use WordPress functions.
$postMeta = maybe_unserialize(get_post_meta($post_id, ‘snapFB’, true));