Function Reference: geodir_calender_event_details_after_post_title
Summary
This function has not been documented yet.
Source File
geodir_calender_event_details_after_post_title() is located in geodir_event_manager/gdevents_template_functions.php [Line: 1693]
Source Code
function geodir_calender_event_details_after_post_title() {
global $post, $wpdb, $condition_date, $geodir_post_type, $geodir_is_link_business, $geodir_event_widget_listview;
$is_post_type_event = !empty( $post ) && isset( $post->post_type ) && $post->post_type == 'gd_event' && isset( $post->event_date ) && $post->event_date ? true : false;
if ( ( ( is_main_query() && $geodir_post_type == 'gd_event' ) || get_query_var( 'geodir_event_listing_filter' ) || ( isset( $geodir_is_link_business ) && $geodir_is_link_business ) || ( isset( $geodir_event_widget_listview ) && $geodir_event_widget_listview ) ) && $is_post_type_event ) {
global $geodir_date_time_format, $geodir_date_format, $geodir_time_format;
?>
event_starttime ) && !empty( $post->event_starttime ) ) || ( isset( $post->event_endtime ) && !empty( $post->event_endtime ) ) ) { ?>