>
post_content)); $embeds = get_media_embedded_in_content($cab_booking_content); // Track displayed video embeds $displayed_embeds = []; // Check if not in a singular view if (!is_singular() && !empty($embeds)) { // Loop through embedded media and display videos foreach ($embeds as $embed) { // Check if the embed code contains a video tag or specific video providers like YouTube or Vimeo if (strpos($embed, 'video') !== false || strpos($embed, 'youtube') !== false || strpos($embed, 'vimeo') !== false || strpos($embed, 'dailymotion') !== false || strpos($embed, 'vine') !== false || strpos($embed, 'wordPress.tv') !== false || strpos($embed, 'hulu') !== false) { ?>
', '' ); else : the_title( '

', '

' ); endif; ?>
".wp_trim_words(get_the_excerpt(),get_theme_mod('cab_booking_excerpt_limit', 25))."

"; ?> '', ) ); ?>