' . do_shortcode( $video_embed ) . '
';
}
// self hosted video post 3-6
elseif ( $wp_version >= '3.6' ) {
if ( ! empty( $video_m4v ) || ! empty( $video_ogv ) ) {
$video_output = '[video ';
if ( ! empty( $video_m4v ) ) {
$video_output .= 'mp4="' . esc_url( $video_m4v ) . '" '; }
if ( ! empty( $video_ogv ) ) {
$video_output .= 'ogv="' . esc_url( $video_ogv ) . '"'; }
$video_output .= ' poster="' . esc_url( $video_poster ) . '"]';
echo '' . do_shortcode( $video_output ) . '
';
}
}
// mobile more info button for video
if ( ! empty( $video_embed ) || ! empty( $video_m4v ) ) {
echo ''; }
?>
ID, '_nectar_slider_caption', true ); ?>