_e('Watch Video', 'gam-event-manager');
    ?>
</h4>
                                                   </div>
                                                   <div class="modal-body">
                                                      <?php 
    echo wp_oembed_get(display_organizer_video(), array('autoplay' => 1, 'rel' => 0));
    ?>
                                                   </div>
                                                  </div>
                                                </div>
                                              </div>                                             
                                    <?php 
}
?>
                                    <!-- Video popup box section end -->
                            
                                 <?php 
do_action('single_event_listing_button_end');
?>
                                   
                                    <!-- Event Ticket start-->   
                                      <h3 class="section-title"><?php 
_e('Ticket Information', 'gam-event-manager');
?>
</h3>
                                       <ul class="when-where">
                                          <li class="event-ticket">#<?php 
echo get_event_ticket_option();
?>
</li>
    if ($post->post_type !== 'event_listing') {
        return;
    }
    return apply_filters('display_event_address', $post->_event_address, $post);
}
/**
 * Display or retrieve the current event address.
 *
 * @access public
 *
 * @param mixed $id (default: null)
 * @return void
 */
function display_event_address($before = '', $after = '', $echo = true, $post = null)
{