how to get serialized post meta
I have posts that have video content and these videos stored in database like this (serialized) a:1:{s:9:video_url;s:0:;}
This serialized data have post video urls but can not get this data. I used ?php echo get_post_meta(get_the_ID(), '_custom_field', TRUE); ?
But this get_post_meta display output array instead of video urls
Topic post-meta phpmyadmin wpdb php custom-field Wordpress
Category Web