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] => 2019-01-01
                                    [1] => 2019-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] => 2019-01-01
                                    [1] => 2019-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] => 2019-01-01
                                    [1] => 2019-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] => 2019-01-01
                                    [1] => 2019-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 '2019-01-01' AND '2019-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] => 1493
                    [post_author] => 9
                    [post_date] => 2019-03-26 11:24:23
                    [post_date_gmt] => 2019-03-26 11:24:23
                    [post_content] => 
                    [post_title] => Cancelled - OGB Meeting - 26 November 2019 - Agenda published a week before
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-26-november-agenda-published-a-week-before
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-11-08 15:04:45
                    [post_modified_gmt] => 2019-11-08 15:04:45
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1493
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [1] => WP_Post Object
                (
                    [ID] => 1490
                    [post_author] => 9
                    [post_date] => 2019-03-26 11:18:21
                    [post_date_gmt] => 2019-03-26 11:18:21
                    [post_content] => 
                    [post_title] => Cancelled - OGB Meeting - 21 November 2019 - Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-21-november-2019-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-11-13 16:26:30
                    [post_modified_gmt] => 2019-11-13 16:26:30
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1490
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [2] => WP_Post Object
                (
                    [ID] => 1489
                    [post_author] => 9
                    [post_date] => 2019-03-26 11:10:30
                    [post_date_gmt] => 2019-03-26 11:10:30
                    [post_content] => 
                    [post_title] => OGB Meeting - 24 September 2019 - Agenda published a week before
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-24-sepetember-2019-agenda-published-a-week-before
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-03-26 11:23:33
                    [post_modified_gmt] => 2019-03-26 11:23:33
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1489
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [3] => WP_Post Object
                (
                    [ID] => 1488
                    [post_author] => 9
                    [post_date] => 2019-03-26 11:08:55
                    [post_date_gmt] => 2019-03-26 11:08:55
                    [post_content] => 
                    [post_title] => OGB Meeting - 19 September 2019 - Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-19-september-2019-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-03-26 11:31:50
                    [post_modified_gmt] => 2019-03-26 11:31:50
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1488
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [4] => WP_Post Object
                (
                    [ID] => 1487
                    [post_author] => 9
                    [post_date] => 2019-03-26 10:40:29
                    [post_date_gmt] => 2019-03-26 10:40:29
                    [post_content] => 
                    [post_title] => Cancelled - OGB Meeting - 30 July 2019 - Agenda published a week before meeting
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-30-july-2019-agenda-published-a-week-before-meeting
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-06-06 08:58:48
                    [post_modified_gmt] => 2019-06-06 08:58:48
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1487
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [5] => WP_Post Object
                (
                    [ID] => 1486
                    [post_author] => 9
                    [post_date] => 2019-03-26 10:37:36
                    [post_date_gmt] => 2019-03-26 10:37:36
                    [post_content] => 
                    [post_title] => Cancelled - OGB Meeting- 25 July 2019 - Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-25-july-2019-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-06-19 10:12:49
                    [post_modified_gmt] => 2019-06-19 10:12:49
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1486
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [6] => WP_Post Object
                (
                    [ID] => 522
                    [post_author] => 3
                    [post_date] => 2018-06-15 10:57:01
                    [post_date_gmt] => 2018-06-15 10:57:01
                    [post_content] => 
                    [post_title] => OGB Meeting - 4 June 2019 - Agenda published a week before meeting
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-4-june-2019-agenda-and-minutes
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2018-11-08 16:38:44
                    [post_modified_gmt] => 2018-11-08 16:38:44
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=522
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [7] => WP_Post Object
                (
                    [ID] => 1450
                    [post_author] => 7
                    [post_date] => 2019-03-06 16:09:19
                    [post_date_gmt] => 2019-03-06 16:09:19
                    [post_content] => 
                    [post_title] => OGB Meeting- 30 May 2019 – Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-30-may-2019-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-03-06 16:09:19
                    [post_modified_gmt] => 2019-03-06 16:09:19
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1450
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [8] => WP_Post Object
                (
                    [ID] => 521
                    [post_author] => 3
                    [post_date] => 2018-06-15 10:56:29
                    [post_date_gmt] => 2018-06-15 10:56:29
                    [post_content] => 
                    [post_title] => OGB Meeting - 26 March 2019 - Agenda published a week before meeting
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-26-march-2019-agenda-and-minutes
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2018-11-02 13:02:22
                    [post_modified_gmt] => 2018-11-02 13:02:22
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=521
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [9] => WP_Post Object
                (
                    [ID] => 1449
                    [post_author] => 7
                    [post_date] => 2019-03-06 16:08:36
                    [post_date_gmt] => 2019-03-06 16:08:36
                    [post_content] => 
                    [post_title] => OGB Meeting- 21 March 2019 – Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-21-march-2019-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-03-06 16:08:36
                    [post_modified_gmt] => 2019-03-06 16:08:36
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1449
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [10] => WP_Post Object
                (
                    [ID] => 520
                    [post_author] => 3
                    [post_date] => 2018-06-15 10:55:58
                    [post_date_gmt] => 2018-06-15 10:55:58
                    [post_content] => 
                    [post_title] => OGB Meeting - 29 January 2019 - Agenda and minutes
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-29-january-2019-agenda-and-minutes
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-03-06 16:10:38
                    [post_modified_gmt] => 2019-03-06 16:10:38
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=520
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [11] => WP_Post Object
                (
                    [ID] => 1311
                    [post_author] => 7
                    [post_date] => 2019-01-21 15:35:52
                    [post_date_gmt] => 2019-01-21 15:35:52
                    [post_content] => 
                    [post_title] => OGB Meeting- 24 January 2019 – Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-24-january-2019-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-01-21 15:35:52
                    [post_modified_gmt] => 2019-01-21 15:35:52
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1311
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

        )

    [post_count] => 12
    [current_post] => -1
    [before_loop] => 1
    [in_the_loop] => 
    [post] => WP_Post Object
        (
            [ID] => 1493
            [post_author] => 9
            [post_date] => 2019-03-26 11:24:23
            [post_date_gmt] => 2019-03-26 11:24:23
            [post_content] => 
            [post_title] => Cancelled - OGB Meeting - 26 November 2019 - Agenda published a week before
            [post_excerpt] => 
            [post_status] => publish
            [comment_status] => closed
            [ping_status] => closed
            [post_password] => 
            [post_name] => ogb-meeting-26-november-agenda-published-a-week-before
            [to_ping] => 
            [pinged] => 
            [post_modified] => 2019-11-08 15:04:45
            [post_modified_gmt] => 2019-11-08 15:04:45
            [post_content_filtered] => 
            [post_parent] => 0
            [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1493
            [menu_order] => 0
            [post_type] => meetings
            [post_mime_type] => 
            [comment_count] => 0
            [filter] => raw
        )

    [comment_count] => 0
    [current_comment] => -1
    [found_posts] => 12
    [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] => 0c8923fba5d96a527a2893333dfbf2eb
    [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
Cancelled – OGB Meeting – 26 November 2019 – Agenda published a week before
26 November, 2019
bullet-icon
Cancelled – OGB Meeting – 21 November 2019 – Scrutiny Panel
21 November, 2019
bullet-icon
OGB Meeting – 24 September 2019 – Agenda published a week before
24 September, 2019
bullet-icon
OGB Meeting – 19 September 2019 – Scrutiny Panel
19 September, 2019
bullet-icon
Cancelled – OGB Meeting – 30 July 2019 – Agenda published a week before meeting
30 July, 2019
bullet-icon
Cancelled – OGB Meeting- 25 July 2019 – Scrutiny Panel
25 July, 2019
bullet-icon
OGB Meeting – 4 June 2019 – Agenda published a week before meeting
4 June, 2019
bullet-icon
OGB Meeting- 30 May 2019 – Scrutiny Panel
30 May, 2019
bullet-icon
OGB Meeting – 26 March 2019 – Agenda published a week before meeting
26 March, 2019
bullet-icon
OGB Meeting- 21 March 2019 – Scrutiny Panel
21 March, 2019
bullet-icon
OGB Meeting – 29 January 2019 – Agenda and minutes
29 January, 2019
bullet-icon
OGB Meeting- 24 January 2019 – Scrutiny Panel
24 January, 2019