Club Events

 

 

Upcoming Events
 

 

List of 2026 Swap meets, other events and regular cruises can be found here

WP_Query Object
(
    [query] => Array
        (
            [post_type] => um_events
            [post_status] => publish
            [order] => ASC
            [orderby] => _um_event_date_start
            [meta_key] => _um_event_date_start
            [paged] => 1
            [meta_query] => Array
                (
                    [0] => Array
                        (
                            [key] => _um_event_date_start
                            [compare] => >=
                            [value] => 2026-03-07
                        )

                )

            [posts_per_page] => 10
        )

    [query_vars] => Array
        (
            [post_type] => um_events
            [post_status] => publish
            [order] => ASC
            [orderby] => _um_event_date_start
            [meta_key] => _um_event_date_start
            [paged] => 1
            [meta_query] => Array
                (
                    [0] => Array
                        (
                            [key] => _um_event_date_start
                            [compare] => >=
                            [value] => 2026-03-07
                        )

                )

            [posts_per_page] => 10
            [error] => 
            [m] => 
            [p] => 0
            [post_parent] => 
            [subpost] => 
            [subpost_id] => 
            [attachment] => 
            [attachment_id] => 0
            [name] => 
            [pagename] => 
            [page_id] => 0
            [second] => 
            [minute] => 
            [hour] => 
            [day] => 0
            [monthnum] => 0
            [year] => 0
            [w] => 0
            [category_name] => 
            [tag] => 
            [cat] => 
            [tag_id] => 
            [author] => 
            [author_name] => 
            [feed] => 
            [tb] => 
            [meta_value] => 
            [preview] => 
            [s] => 
            [sentence] => 
            [title] => 
            [fields] => all
            [menu_order] => 
            [embed] => 
            [category__in] => Array
                (
                )

            [category__not_in] => Array
                (
                )

            [category__and] => Array
                (
                )

            [post__in] => Array
                (
                )

            [post__not_in] => Array
                (
                )

            [post_name__in] => Array
                (
                )

            [tag__in] => Array
                (
                )

            [tag__not_in] => Array
                (
                )

            [tag__and] => Array
                (
                )

            [tag_slug__in] => Array
                (
                )

            [tag_slug__and] => Array
                (
                )

            [post_parent__in] => Array
                (
                )

            [post_parent__not_in] => Array
                (
                )

            [author__in] => Array
                (
                )

            [author__not_in] => Array
                (
                )

            [search_columns] => Array
                (
                )

            [ignore_sticky_posts] => 
            [suppress_filters] => 
            [cache_results] => 1
            [update_post_term_cache] => 1
            [update_menu_item_cache] => 
            [lazy_load_term_meta] => 1
            [update_post_meta_cache] => 1
            [nopaging] => 
            [comments_per_page] => 20
            [no_found_rows] => 
        )

    [tax_query] => WP_Tax_Query Object
        (
            [queries] => Array
                (
                )

            [relation] => AND
            [table_aliases:protected] => Array
                (
                )

            [queried_terms] => Array
                (
                )

            [primary_table] => Mte_posts
            [primary_id_column] => ID
        )

    [meta_query] => WP_Meta_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [key] => _um_event_date_start
                        )

                    [1] => Array
                        (
                            [0] => Array
                                (
                                    [key] => _um_event_date_start
                                    [compare] => >=
                                    [value] => 2026-03-07
                                )

                            [relation] => OR
                        )

                    [relation] => AND
                )

            [relation] => AND
            [meta_table] => Mte_postmeta
            [meta_id_column] => post_id
            [primary_table] => Mte_posts
            [primary_id_column] => ID
            [table_aliases:protected] => Array
                (
                    [0] => Mte_postmeta
                    [1] => mt1
                )

            [clauses:protected] => Array
                (
                    [Mte_postmeta] => Array
                        (
                            [key] => _um_event_date_start
                            [compare] => =
                            [compare_key] => =
                            [alias] => Mte_postmeta
                            [cast] => CHAR
                        )

                    [mt1] => Array
                        (
                            [key] => _um_event_date_start
                            [compare] => >=
                            [value] => 2026-03-07
                            [compare_key] => =
                            [alias] => mt1
                            [cast] => CHAR
                        )

                )

            [has_or_relation:protected] => 
        )

    [date_query] => 
    [request] => SELECT SQL_CALC_FOUND_ROWS  Mte_posts.*, CASE WHEN pm1_time.meta_value IS NULL OR pm1_time.meta_value = '' THEN CONCAT( pm1.meta_value, ' ', '00:00:00') ELSE CONCAT( pm1.meta_value, ' ', pm1_time.meta_value )  END AS start_time,
	CASE WHEN pm2_time.meta_value IS NULL OR pm2_time.meta_value = '' THEN CONCAT( pm2.meta_value, ' ', '23:59:59') ELSE CONCAT( pm2.meta_value, ' ', pm2_time.meta_value )  END AS end_time
	
					 FROM Mte_posts  INNER JOIN Mte_postmeta ON ( Mte_posts.ID = Mte_postmeta.post_id )  INNER JOIN Mte_postmeta AS mt1 ON ( Mte_posts.ID = mt1.post_id ) INNER JOIN Mte_postmeta AS pm1 ON ( Mte_posts.ID = pm1.post_id ) AND pm1.meta_key='_um_event_date_start'   INNER JOIN Mte_postmeta AS pm1_time ON ( Mte_posts.ID = pm1_time.post_id ) AND pm1_time.meta_key='_um_event_time_start'  LEFT JOIN Mte_postmeta AS pm2 ON ( Mte_posts.ID = pm2.post_id ) AND pm2.meta_key='_um_event_date_end'   LEFT JOIN Mte_postmeta AS pm2_time ON ( Mte_posts.ID = pm2_time.post_id ) AND pm2_time.meta_key='_um_event_time_end' 
					 WHERE 1=1  AND ( 
  Mte_postmeta.meta_key = '_um_event_date_start' 
  AND 
  ( 
    ( mt1.meta_key = '_um_event_date_start' AND mt1.meta_value >= '2026-03-07' )
  )
) AND Mte_posts.post_type = 'um_events' AND ((Mte_posts.post_status = 'publish'))
					 GROUP BY Mte_posts.ID
					 ORDER BY Mte_postmeta.meta_value ASC
					 LIMIT 0, 10
    [posts] => Array
        (
            [0] => WP_Post Object
                (
                    [ID] => 27141
                    [post_author] => 6
                    [post_date] => 2026-03-03 16:59:11
                    [post_date_gmt] => 2026-03-03 06:59:11
                    [post_content] => 
                    [post_title] => QLD Retro Cruise Days & Nights - Jimboomba
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => qld-retro-cruise-days-nights-jimboomba
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2026-03-03 16:59:11
                    [post_modified_gmt] => 2026-03-03 06:59:11
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://earlyfalconcarclub.com/um_events/qld-retro-cruise-days-nights-jimboomba/
                    [menu_order] => 0
                    [post_type] => um_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                    [start_time] => 2026-03-07 2:00pm
                    [end_time] => 2026-03-07 7:00pm
                )

            [1] => WP_Post Object
                (
                    [ID] => 24273
                    [post_author] => 6
                    [post_date] => 2025-12-07 13:42:21
                    [post_date_gmt] => 2025-12-07 03:42:21
                    [post_content] => 
                    [post_title] => Club run to the Pimpima Historic Village
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => club-run-to-the-pimpima-historic-village
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2026-03-01 11:50:02
                    [post_modified_gmt] => 2026-03-01 01:50:02
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://earlyfalconcarclub.com/um_events/club-run-to-the-pimpima-historic-village/
                    [menu_order] => 0
                    [post_type] => um_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                    [start_time] => 2026-03-08 10:30am
                    [end_time] => 2026-03-08 2:00pm
                )

            [2] => WP_Post Object
                (
                    [ID] => 26898
                    [post_author] => 6
                    [post_date] => 2026-02-27 10:43:14
                    [post_date_gmt] => 2026-02-27 00:43:14
                    [post_content] => 
                    [post_title] => Rusty and Dusty Motorbike and Car Market - Yatala
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => rusty-and-dusty-motorbike-and-car-market-yatala
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2026-02-27 10:43:49
                    [post_modified_gmt] => 2026-02-27 00:43:49
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://earlyfalconcarclub.com/um_events/rusty-and-dusty-motorbike-and-car-market-yatala/
                    [menu_order] => 0
                    [post_type] => um_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                    [start_time] => 2026-03-22 6:00am
                    [end_time] => 2026-03-22 1:00pm
                )

            [3] => WP_Post Object
                (
                    [ID] => 26879
                    [post_author] => 6
                    [post_date] => 2026-02-26 12:13:27
                    [post_date_gmt] => 2026-02-26 02:13:27
                    [post_content] => 
                    [post_title] => 39th Annual Ormiston Swap Meet
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => 39th-annual-ormiston-swap-meet
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2026-02-26 12:13:55
                    [post_modified_gmt] => 2026-02-26 02:13:55
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://earlyfalconcarclub.com/um_events/39th-annual-ormiston-swap-meet/
                    [menu_order] => 0
                    [post_type] => um_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                    [start_time] => 2026-03-29 6:00am
                    [end_time] => 2026-03-29 12:00pm
                )

            [4] => WP_Post Object
                (
                    [ID] => 26892
                    [post_author] => 6
                    [post_date] => 2026-02-26 13:07:16
                    [post_date_gmt] => 2026-02-26 03:07:16
                    [post_content] => 
                    [post_title] => March 2026 General Meeting
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => march-2026-general-meeting
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2026-02-26 13:07:16
                    [post_modified_gmt] => 2026-02-26 03:07:16
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://earlyfalconcarclub.com/um_events/march-2026-general-meeting/
                    [menu_order] => 0
                    [post_type] => um_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                    [start_time] => 2026-03-31 6:00pm
                    [end_time] => 2026-03-31 8:30pm
                )

            [5] => WP_Post Object
                (
                    [ID] => 26882
                    [post_author] => 6
                    [post_date] => 2026-02-26 12:29:36
                    [post_date_gmt] => 2026-02-26 02:29:36
                    [post_content] => 
                    [post_title] => Club run and General meeting - The Royal Hotel, Harrisville
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => club-run-and-general-meeting-the-royal-hotel-harrisville
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2026-02-26 12:29:36
                    [post_modified_gmt] => 2026-02-26 02:29:36
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://earlyfalconcarclub.com/um_events/club-run-and-general-meeting-the-royal-hotel-harrisville/
                    [menu_order] => 0
                    [post_type] => um_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                    [start_time] => 2026-04-26 11:30am
                    [end_time] => 2026-04-26 2:30pm
                )

        )

    [post_count] => 6
    [current_post] => -1
    [before_loop] => 1
    [in_the_loop] => 
    [post] => WP_Post Object
        (
            [ID] => 27141
            [post_author] => 6
            [post_date] => 2026-03-03 16:59:11
            [post_date_gmt] => 2026-03-03 06:59:11
            [post_content] => 
            [post_title] => QLD Retro Cruise Days & Nights - Jimboomba
            [post_excerpt] => 
            [post_status] => publish
            [comment_status] => closed
            [ping_status] => closed
            [post_password] => 
            [post_name] => qld-retro-cruise-days-nights-jimboomba
            [to_ping] => 
            [pinged] => 
            [post_modified] => 2026-03-03 16:59:11
            [post_modified_gmt] => 2026-03-03 06:59:11
            [post_content_filtered] => 
            [post_parent] => 0
            [guid] => https://earlyfalconcarclub.com/um_events/qld-retro-cruise-days-nights-jimboomba/
            [menu_order] => 0
            [post_type] => um_events
            [post_mime_type] => 
            [comment_count] => 0
            [filter] => raw
            [start_time] => 2026-03-07 2:00pm
            [end_time] => 2026-03-07 7:00pm
        )

    [comment_count] => 0
    [current_comment] => -1
    [found_posts] => 6
    [max_num_pages] => 1
    [max_num_comment_pages] => 0
    [is_single] => 
    [is_preview] => 
    [is_page] => 
    [is_archive] => 1
    [is_date] => 
    [is_year] => 
    [is_month] => 
    [is_day] => 
    [is_time] => 
    [is_author] => 
    [is_category] => 
    [is_tag] => 
    [is_tax] => 
    [is_search] => 
    [is_feed] => 
    [is_comment_feed] => 
    [is_trackback] => 
    [is_home] => 
    [is_privacy_policy] => 
    [is_404] => 
    [is_embed] => 
    [is_paged] => 
    [is_admin] => 
    [is_attachment] => 
    [is_singular] => 
    [is_robots] => 
    [is_favicon] => 
    [is_posts_page] => 
    [is_post_type_archive] => 1
    [query_vars_hash:WP_Query:private] => cece79bd4130a5c49528c127efb98c88
    [query_vars_changed:WP_Query:private] => 
    [thumbnails_cached] => 
    [allow_query_attachment_by_filename:protected] => 
    [stopwords:WP_Query:private] => 
    [compat_fields:WP_Query:private] => Array
        (
            [0] => query_vars_hash
            [1] => query_vars_changed
        )

    [compat_methods:WP_Query:private] => Array
        (
            [0] => init_query_flags
            [1] => parse_tax_query
        )

    [query_cache_key:WP_Query:private] => 
)

Follow Us