Reply To: How metadata are stored in the db?

Forums SNAP – WordPress Plugin Forums How metadata are stored in the db? Reply To: How metadata are stored in the db?

#14038
NextScripts.com
Participant

    Just use WordPress functions.

    $postMeta = maybe_unserialize(get_post_meta($post_id, ‘snapFB’, true));