fbpx
WP_Query Object
(
    [query] => Array
        (
            [post_type] => meetings
            [posts_per_page] => -1
            [orderby] => meta_value
            [order] => DESC
            [meta_query] => Array
                (
                    [relation] => AND
                    [0] => Array
                        (
                            [key] => meeting_date
                            [value] => Array
                                (
                                    [0] => 2021-01-01
                                    [1] => 2021-12-31
                                )

                            [compare] => BETWEEN
                            [type] => date
                        )

                    [1] => Array
                        (
                            [key] => meeting_date
                            [value] => 2023-12-06
                            [compare] => <
                            [type] => date
                        )

                )

        )

    [query_vars] => Array
        (
            [post_type] => meetings
            [posts_per_page] => -1
            [orderby] => meta_value
            [order] => DESC
            [meta_query] => Array
                (
                    [relation] => AND
                    [0] => Array
                        (
                            [key] => meeting_date
                            [value] => Array
                                (
                                    [0] => 2021-01-01
                                    [1] => 2021-12-31
                                )

                            [compare] => BETWEEN
                            [type] => date
                        )

                    [1] => Array
                        (
                            [key] => meeting_date
                            [value] => 2023-12-06
                            [compare] => <
                            [type] => date
                        )

                )

            [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] => 
            [paged] => 0
            [meta_key] => 
            [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] => 1
            [comments_per_page] => 50
            [no_found_rows] => 
        )

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

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

            [queried_terms] => Array
                (
                )

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

    [meta_query] => WP_Meta_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [key] => meeting_date
                            [value] => Array
                                (
                                    [0] => 2021-01-01
                                    [1] => 2021-12-31
                                )

                            [compare] => BETWEEN
                            [type] => date
                        )

                    [1] => Array
                        (
                            [key] => meeting_date
                            [value] => 2023-12-06
                            [compare] => <
                            [type] => date
                        )

                    [relation] => AND
                )

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

            [clauses:protected] => Array
                (
                    [ogb_postmeta] => Array
                        (
                            [key] => meeting_date
                            [value] => Array
                                (
                                    [0] => 2021-01-01
                                    [1] => 2021-12-31
                                )

                            [compare] => BETWEEN
                            [type] => date
                            [compare_key] => =
                            [alias] => ogb_postmeta
                            [cast] => DATE
                        )

                    [mt1] => Array
                        (
                            [key] => meeting_date
                            [value] => 2023-12-06
                            [compare] => <
                            [type] => date
                            [compare_key] => =
                            [alias] => mt1
                            [cast] => DATE
                        )

                )

            [has_or_relation:protected] => 
        )

    [date_query] => 
    [request] => 
			SELECT   ogb_posts.*
			FROM ogb_posts  INNER JOIN ogb_postmeta ON ( ogb_posts.ID = ogb_postmeta.post_id )  INNER JOIN ogb_postmeta AS mt1 ON ( ogb_posts.ID = mt1.post_id )
			WHERE 1=1  AND ( 
  ( ogb_postmeta.meta_key = 'meeting_date' AND CAST(ogb_postmeta.meta_value AS DATE) BETWEEN '2021-01-01' AND '2021-12-31' ) 
  AND 
  ( mt1.meta_key = 'meeting_date' AND CAST(mt1.meta_value AS DATE) < '2023-12-06' )
) AND ((ogb_posts.post_type = 'meetings' AND (ogb_posts.post_status = 'publish' OR ogb_posts.post_status = 'acf-disabled')))
			GROUP BY ogb_posts.ID
			ORDER BY CAST(ogb_postmeta.meta_value AS DATE) DESC
			
		
    [posts] => Array
        (
            [0] => WP_Post Object
                (
                    [ID] => 2256
                    [post_author] => 9
                    [post_date] => 2021-04-16 16:54:45
                    [post_date_gmt] => 2021-04-16 16:54:45
                    [post_content] => 
                    [post_title] => Future Oxfordshire Partnership Meeting - 30 November 2021 - Agenda published a week before
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-23-november-2021-agenda-published-a-week-before
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-10-01 14:28:12
                    [post_modified_gmt] => 2021-10-01 14:28:12
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=2256
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [1] => WP_Post Object
                (
                    [ID] => 2263
                    [post_author] => 9
                    [post_date] => 2021-04-16 17:39:59
                    [post_date_gmt] => 2021-04-16 17:39:59
                    [post_content] => 
                    [post_title] => Future Oxfordshire Partnership Scrutiny Panel Meeting - 23 November 2021
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-15-november-2021-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-10-01 14:25:40
                    [post_modified_gmt] => 2021-10-01 14:25:40
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=2263
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [2] => WP_Post Object
                (
                    [ID] => 2254
                    [post_author] => 9
                    [post_date] => 2021-04-16 16:51:52
                    [post_date_gmt] => 2021-04-16 16:51:52
                    [post_content] => 
                    [post_title] => Future Oxfordshire Partnership Meeting - 20 September 2021 - Agenda published a week before
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-20-september-2021-agenda-published-a-week-before
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-10-01 14:27:52
                    [post_modified_gmt] => 2021-10-01 14:27:52
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=2254
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [3] => WP_Post Object
                (
                    [ID] => 2262
                    [post_author] => 9
                    [post_date] => 2021-04-16 17:38:09
                    [post_date_gmt] => 2021-04-16 17:38:09
                    [post_content] => 
                    [post_title] => Future Oxfordshire Partnership Scrutiny Panel Meeting -13 September 2021
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-13-september-2021-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-10-01 14:25:13
                    [post_modified_gmt] => 2021-10-01 14:25:13
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=2262
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [4] => WP_Post Object
                (
                    [ID] => 2253
                    [post_author] => 9
                    [post_date] => 2021-04-16 16:47:46
                    [post_date_gmt] => 2021-04-16 16:47:46
                    [post_content] => 
                    [post_title] => OGB Meeting - 19 July 2021 - Agenda published a week before
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-19-july-2021-agenda-published-a-week-before
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-04-16 16:47:46
                    [post_modified_gmt] => 2021-04-16 16:47:46
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=2253
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [5] => WP_Post Object
                (
                    [ID] => 2261
                    [post_author] => 9
                    [post_date] => 2021-04-16 17:25:44
                    [post_date_gmt] => 2021-04-16 17:25:44
                    [post_content] => 
                    [post_title] => OGB Meeting -12 July 2021 - Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-12-july-2021-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-04-16 17:36:22
                    [post_modified_gmt] => 2021-04-16 17:36:22
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=2261
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [6] => WP_Post Object
                (
                    [ID] => 1719
                    [post_author] => 9
                    [post_date] => 2019-12-11 17:56:48
                    [post_date_gmt] => 2019-12-11 17:56:48
                    [post_content] => 
                    [post_title] => OGB Meeting - 8 June 2021 - Agenda published a week before
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-8-june-2021-agenda-published-a-week-before
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2020-06-17 16:04:06
                    [post_modified_gmt] => 2020-06-17 16:04:06
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1719
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [7] => WP_Post Object
                (
                    [ID] => 1718
                    [post_author] => 9
                    [post_date] => 2019-12-11 17:48:49
                    [post_date_gmt] => 2019-12-11 17:48:49
                    [post_content] => 
                    [post_title] => OGB Meeting -1 June 2021 - Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-1-june-2021-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2020-06-17 16:08:15
                    [post_modified_gmt] => 2020-06-17 16:08:15
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1718
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [8] => WP_Post Object
                (
                    [ID] => 1717
                    [post_author] => 9
                    [post_date] => 2019-12-11 17:35:44
                    [post_date_gmt] => 2019-12-11 17:35:44
                    [post_content] => 
                    [post_title] => OGB Meeting - 22 March 2021 - Agenda published a week before
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-23-march-2021-agenda-published-a-week-before
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2020-11-19 09:45:18
                    [post_modified_gmt] => 2020-11-19 09:45:18
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1717
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [9] => WP_Post Object
                (
                    [ID] => 1716
                    [post_author] => 9
                    [post_date] => 2019-12-11 17:33:54
                    [post_date_gmt] => 2019-12-11 17:33:54
                    [post_content] => 
                    [post_title] => OGB Meeting -16 March 2021 - Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-16-march-2021-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2020-06-17 16:00:16
                    [post_modified_gmt] => 2020-06-17 16:00:16
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1716
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [10] => WP_Post Object
                (
                    [ID] => 1853
                    [post_author] => 9
                    [post_date] => 2020-06-17 15:58:01
                    [post_date_gmt] => 2020-06-17 15:58:01
                    [post_content] => 
                    [post_title] => Cancelled OGB Meeting- 22 February 2021
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => additional-ogb-meeting-22-february-2021-agenda-published-a-week-before
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2020-12-08 08:36:19
                    [post_modified_gmt] => 2020-12-08 08:36:19
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1853
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [11] => WP_Post Object
                (
                    [ID] => 1852
                    [post_author] => 9
                    [post_date] => 2020-06-17 15:46:50
                    [post_date_gmt] => 2020-06-17 15:46:50
                    [post_content] => 
                    [post_title] => Cancelled OGB Meeting -16 February 2021 - Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => additional-ogb-meeting-16-february-2021-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-01-20 15:07:58
                    [post_modified_gmt] => 2021-01-20 15:07:58
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1852
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [12] => WP_Post Object
                (
                    [ID] => 1715
                    [post_author] => 9
                    [post_date] => 2019-12-11 17:30:05
                    [post_date_gmt] => 2019-12-11 17:30:05
                    [post_content] => 
                    [post_title] => OGB Meeting - 26 January 2021 - Agenda published a week before
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-26-january-2021-agenda-published-a-week-before
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2020-06-17 15:41:38
                    [post_modified_gmt] => 2020-06-17 15:41:38
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1715
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [13] => WP_Post Object
                (
                    [ID] => 1714
                    [post_author] => 9
                    [post_date] => 2019-12-11 17:28:25
                    [post_date_gmt] => 2019-12-11 17:28:25
                    [post_content] => 
                    [post_title] => OGB Meeting -19 January 2021 - Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-19-january-2021-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2020-06-17 15:40:32
                    [post_modified_gmt] => 2020-06-17 15:40:32
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1714
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

        )

    [post_count] => 14
    [current_post] => -1
    [before_loop] => 1
    [in_the_loop] => 
    [post] => WP_Post Object
        (
            [ID] => 2256
            [post_author] => 9
            [post_date] => 2021-04-16 16:54:45
            [post_date_gmt] => 2021-04-16 16:54:45
            [post_content] => 
            [post_title] => Future Oxfordshire Partnership Meeting - 30 November 2021 - Agenda published a week before
            [post_excerpt] => 
            [post_status] => publish
            [comment_status] => closed
            [ping_status] => closed
            [post_password] => 
            [post_name] => ogb-meeting-23-november-2021-agenda-published-a-week-before
            [to_ping] => 
            [pinged] => 
            [post_modified] => 2021-10-01 14:28:12
            [post_modified_gmt] => 2021-10-01 14:28:12
            [post_content_filtered] => 
            [post_parent] => 0
            [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=2256
            [menu_order] => 0
            [post_type] => meetings
            [post_mime_type] => 
            [comment_count] => 0
            [filter] => raw
        )

    [comment_count] => 0
    [current_comment] => -1
    [found_posts] => 14
    [max_num_pages] => 0
    [max_num_comment_pages] => 0
    [is_single] => 
    [is_preview] => 
    [is_page] => 
    [is_archive] => 
    [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] => 1
    [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] => 
    [query_vars_hash:WP_Query:private] => bbbc4a31c89fb09d3f0ba2ed7f6ffc4b
    [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
        )

)
bullet-icon
Future Oxfordshire Partnership Meeting – 30 November 2021 – Agenda published a week before
30 November, 2021
bullet-icon
Future Oxfordshire Partnership Scrutiny Panel Meeting – 23 November 2021
23 November, 2021
bullet-icon
Future Oxfordshire Partnership Meeting – 20 September 2021 – Agenda published a week before
20 September, 2021
bullet-icon
Future Oxfordshire Partnership Scrutiny Panel Meeting -13 September 2021
13 September, 2021
bullet-icon
OGB Meeting – 19 July 2021 – Agenda published a week before
19 July, 2021
bullet-icon
OGB Meeting -12 July 2021 – Scrutiny Panel
12 July, 2021
bullet-icon
OGB Meeting – 8 June 2021 – Agenda published a week before
8 June, 2021
bullet-icon
OGB Meeting -1 June 2021 – Scrutiny Panel
1 June, 2021
bullet-icon
OGB Meeting – 22 March 2021 – Agenda published a week before
22 March, 2021
bullet-icon
OGB Meeting -16 March 2021 – Scrutiny Panel
16 March, 2021
bullet-icon
Cancelled OGB Meeting- 22 February 2021
22 February, 2021
bullet-icon
Cancelled OGB Meeting -16 February 2021 – Scrutiny Panel
16 February, 2021
bullet-icon
OGB Meeting – 26 January 2021 – Agenda published a week before
26 January, 2021
bullet-icon
OGB Meeting -19 January 2021 – Scrutiny Panel
19 January, 2021