Club Events

 

 

Upcoming Events
 

 

2024 Swap meets in PDF – can be printed out 2024 Swap Meets
2024 Other car clubs and events in PDF – can be printed out 2024 Other car events
2025 Regular Cruises – Events in PDF – can be printed out  2025 Regular Cruises – Events

 

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] => 2025-02-21
                        )

                )

            [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] => 2025-02-21
                        )

                )

            [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] => 
            [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] => 2025-02-21
                                )

                            [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] => 2025-02-21
                            [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 >= '2025-02-21' )
  )
) 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] => 2487
                    [post_author] => 6
                    [post_date] => 2024-12-07 11:12:17
                    [post_date_gmt] => 2024-12-07 01:12:17
                    [post_content] => 
                    [post_title] => Car display at Repco Max – date not confirmed as of yet
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => car-display-at-repco-max-date-not-confirmed-as-of-yet
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2025-01-21 20:21:14
                    [post_modified_gmt] => 2025-01-21 10:21:14
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://earlyfalconcarclub.com/um_events/car-display-at-repco-max-date-not-confirmed-as-of-yet/
                    [menu_order] => 0
                    [post_type] => um_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                    [start_time] => 2025-02-22 7:00am
                    [end_time] => 2025-02-22 1:30pm
                )

            [1] => WP_Post Object
                (
                    [ID] => 2864
                    [post_author] => 6
                    [post_date] => 2025-02-17 12:44:31
                    [post_date_gmt] => 2025-02-17 02:44:31
                    [post_content] => 
                    [post_title] => Club Car run to Wyaralong Dam
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => club-car-run-to-wyaralong-dam
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2025-02-17 12:44:31
                    [post_modified_gmt] => 2025-02-17 02:44:31
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://earlyfalconcarclub.com/um_events/club-car-run-to-wyaralong-dam/
                    [menu_order] => 0
                    [post_type] => um_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                    [start_time] => 2025-03-23 10:00am
                    [end_time] => 2025-03-23 2:30pm
                )

        )

    [post_count] => 2
    [current_post] => -1
    [before_loop] => 1
    [in_the_loop] => 
    [post] => WP_Post Object
        (
            [ID] => 2487
            [post_author] => 6
            [post_date] => 2024-12-07 11:12:17
            [post_date_gmt] => 2024-12-07 01:12:17
            [post_content] => 
            [post_title] => Car display at Repco Max – date not confirmed as of yet
            [post_excerpt] => 
            [post_status] => publish
            [comment_status] => closed
            [ping_status] => closed
            [post_password] => 
            [post_name] => car-display-at-repco-max-date-not-confirmed-as-of-yet
            [to_ping] => 
            [pinged] => 
            [post_modified] => 2025-01-21 20:21:14
            [post_modified_gmt] => 2025-01-21 10:21:14
            [post_content_filtered] => 
            [post_parent] => 0
            [guid] => https://earlyfalconcarclub.com/um_events/car-display-at-repco-max-date-not-confirmed-as-of-yet/
            [menu_order] => 0
            [post_type] => um_events
            [post_mime_type] => 
            [comment_count] => 0
            [filter] => raw
            [start_time] => 2025-02-22 7:00am
            [end_time] => 2025-02-22 1:30pm
        )

    [comment_count] => 0
    [current_comment] => -1
    [found_posts] => 2
    [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] => b5ae0d619f6938b15010f3fd99e0096b
    [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
        )

)

Past Events

To make the slideshows below display in full screen please click the double headed arrow in the top right corner of the photo

Bearded Dragon Run 2024

462539474_1826383137895742_715200160608136067_n
462555341_1492931824721988_181744253008751475_n
1242523820589995025
462534219_1074794387802407_7672912389667950256_n
2686934660721631037
462548597_1082594129971347_141256608098807376_n
-5746223476685605965
462556115_1071533321423174_968959562749033560_n
-7465074002768557582
462543503_1245419786467398_1687474916423123820_n
462552794_453477680612169_7903850849099154466_n
462540523_430265823430232_2238864745282391862_n
4195136344507368449
462551038_547887841264256_2802261525890936935_n

McGavin View Park Run / BBQ 2024

-4352200638187359102
-6555592149076855967
20240825_114029
20240825_113615
4543075424147052109
3441450985353527369
4722647038443610092
-9006942952238359358
-2456082024972761685
-974675254010649576
2118671290349968606

All Ford Day 2024

20240721_114211
20240721_114013
20240721_114033
20240721_114249
20240721_114137
20240721_114146
20240721_114059
20240721_114130
20240721_114047
20240721_114240
20240721_114202
20240721_114153
20240721_114232
20240721_114019

Billies Bay Ecio (Eddie) Norbido Memorial Car run 2024

20240526_121347
20240526_095353
20240526_121348
20240526_122201
20240526_121421
20240526_122335

Follow Us