get post meta box value Leave a Comment / wordpress / By Kanha Help Me $value = get_post_meta( $post->ID, ‘post-meta-box-id-name’,true); it return the direct value in string if we remove 3rd argument true then it will return an Array() Related