$items){
$video_option = $items[ 'video_option' ];
if( $video_option == 'src_url' ){
$video = $items[ 'video_link' ][ 'url' ];
}elseif( $video_option == 'src_media' ){
$video = $items[ 'video_source_image' ]['url'];
}else{
$video = esc_html__( 'There is no Video', 'thinkai' );
}
?>