diff --git a/includes/views/single-listing.php b/includes/views/single-listing.php index 6c2ae64..ba3714b 100644 --- a/includes/views/single-listing.php +++ b/includes/views/single-listing.php @@ -193,10 +193,14 @@ function single_listing_post_content() { - ID, '_listing_video', true) != '') { ?> + ID, '_listing_video', true) != '') { + $video_url = esc_url( get_post_meta( $post->ID, '_listing_video', true), array('http', 'https') ); + ?>