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 19500, 500
Array
(
    [order] => DESC
    [posts_per_page] => 500
    [paged] => 40
    [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 Address400114 Jess Fuchs 272 Brunswick Street Fitzroy VIC 3065 28/06/2023
Individual Address400063 Jam Collective 797 Plenty Rd South Morang VIC 3752 24/06/2023
Individual Address399942 Beethoven Septet & Louise Farrenc Nonet 48 Exhibition Walk Clayton VIC 3168 10/06/2023
Individual Address399798 National Photographic Portrait Prize 2022 Exhibition 35-37 Castella St Lilydale VIC 3140 09/06/2023
Individual Address399517 SLOMO 50 Ford Street Beechworth VIC 3474 02/06/2023
Individual Address399448 The James Lockwood Trio + Aneta Graham 12 N Concourse Beaumaris VIC 3193 01/06/2023
Individual Address398916 Michael Charles Shop 3, Driver Lane Melbourne VIC 3000 04/06/2023
Individual Address398962 Lastlings (Boorloo/Perth) 133 Aberdeen St Perth WA 6003 15/07/2023
Individual Address398960 Lastlings (Meeanjin/Brisbane) 8 Annerley Rd Woolloongabba QLD 4102 01/07/2023
Individual Address398954 Lastlings (Eora / Sydney) 624 George St Sydney NSW 2000 01/07/2023
Individual Address398951 Mild Minds (Brisbane) 27 Warner St Fortitude Valley QLD 4006 30/06/2023
Individual Address398949 Mild Minds (Sydney) 38-46 Oxford Street Darlinghurst NSW 2010 01/07/2023
Individual Address398946 This Never Happened Australia 2023 (Sydney) 624 George St Sydney NSW 2000 15/07/2023
Individual Address398944 This Never Happened Australia 2023 (Brisbane) 27 Warner St Fortitude Valley QLD 4006 16/07/2023
Individual Address398871 Tim Credible’s Family Magic Show 488 Swanston St Carlton VIC 3053 04/07/2023
Individual Address398869 Magic School with Tim Credible 488 Swanston St Carlton VIC 3053 04/07/2023
Individual Address398714 ALTER EGO: An Evening of Other! King Edward Terrace Parkes ACT 2600 26/05/2023


1 2 39 40 41 44 45 Done