Updating Lats...SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id ) WHERE 1=1 AND ( ( wp_postmeta.meta_key = 'is_event' AND wp_postmeta.meta_value = '1' ) AND ( mt1.meta_key = 'event_start_date' AND mt1.meta_value >= '01/01/2019' ) ) AND ((wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 500
Array
(
    [order] => DESC
    [posts_per_page] => 500
    [paged] => 1
    [meta_query] => Array
        (
            [relation] => AND
            [is_event] => Array
                (
                    [key] => is_event
                    [value] => 1
                    [compare] => ==
                )

            [start_date] => Array
                (
                    [key] => event_start_date
                    [value] => 01/01/2019
                    [compare] => >=
                )

        )

)

Update


Individual Address450958 Chillin' in Banyule 9 Northern Rd Heidelberg West VIC 3081 01/05/2025
Individual Address450936 Dangerous Goods & Aura present Astrix & Victor Ruiz 135-157 Racecourse Rd Kensington VIC 3031 18/04/2025


1 2 33 34 Done