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] => 2020-01-01
                                    [1] => 2020-12-31
                                )

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

                    [1] => Array
                        (
                            [key] => meeting_date
                            [value] => 2023-10-04
                            [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] => 2020-01-01
                                    [1] => 2020-12-31
                                )

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

                    [1] => Array
                        (
                            [key] => meeting_date
                            [value] => 2023-10-04
                            [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] => 2020-01-01
                                    [1] => 2020-12-31
                                )

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

                    [1] => Array
                        (
                            [key] => meeting_date
                            [value] => 2023-10-04
                            [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] => 2020-01-01
                                    [1] => 2020-12-31
                                )

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

                    [mt1] => Array
                        (
                            [key] => meeting_date
                            [value] => 2023-10-04
                            [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 '2020-01-01' AND '2020-12-31' ) 
  AND 
  ( mt1.meta_key = 'meeting_date' AND CAST(mt1.meta_value AS DATE) < '2023-10-04' )
) 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] => 1713
                    [post_author] => 9
                    [post_date] => 2019-12-11 17:14:40
                    [post_date_gmt] => 2019-12-11 17:14:40
                    [post_content] => 
                    [post_title] => OGB Meeting - 24 November 2020 - Agenda published a week before
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-24-november-2020-agenda-published-a-week-before
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2020-06-17 15:32:22
                    [post_modified_gmt] => 2020-06-17 15:32:22
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1713
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

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

            [2] => WP_Post Object
                (
                    [ID] => 1947
                    [post_author] => 9
                    [post_date] => 2020-10-06 11:07:10
                    [post_date_gmt] => 2020-10-06 11:07:10
                    [post_content] => 
                    [post_title] => Additional OGB Meeting - 30 October 2020 - Agenda published a week before
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => additional-ogb-meeting-30-october-2020-agenda-published-a-week-before
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2020-10-06 11:07:27
                    [post_modified_gmt] => 2020-10-06 11:07:27
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1947
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [3] => WP_Post Object
                (
                    [ID] => 1946
                    [post_author] => 9
                    [post_date] => 2020-10-06 11:03:17
                    [post_date_gmt] => 2020-10-06 11:03:17
                    [post_content] => 
                    [post_title] => Additional OGB Meeting - 21 October 2020 - Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => additional-ogb-meeting-21-october-2021-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2020-10-06 11:08:02
                    [post_modified_gmt] => 2020-10-06 11:08:02
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1946
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

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

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

            [6] => WP_Post Object
                (
                    [ID] => 1851
                    [post_author] => 9
                    [post_date] => 2020-06-17 15:13:59
                    [post_date_gmt] => 2020-06-17 15:13:59
                    [post_content] => 
                    [post_title] => Additional OGB Meeting - 28 July 2020 - Agenda published a week before
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-28-july-2020-agenda-published-a-week-before
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2020-06-17 15:15:12
                    [post_modified_gmt] => 2020-06-17 15:15:12
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1851
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [7] => WP_Post Object
                (
                    [ID] => 1850
                    [post_author] => 9
                    [post_date] => 2020-06-17 15:11:26
                    [post_date_gmt] => 2020-06-17 15:11:26
                    [post_content] => 
                    [post_title] => Additional OGB Meeting - 22 July 2020 - Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-22-july-2020-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2020-06-17 15:16:00
                    [post_modified_gmt] => 2020-06-17 15:16:00
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1850
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

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

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

            [10] => WP_Post Object
                (
                    [ID] => 1501
                    [post_author] => 9
                    [post_date] => 2019-03-26 11:53:40
                    [post_date_gmt] => 2019-03-26 11:53:40
                    [post_content] => 
                    [post_title] => Rescheduled - OGB Meeting - 11 March 2020 - Agenda published a week before
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-31-march-2020-agenda-published-a-week-before
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2020-01-09 14:18:00
                    [post_modified_gmt] => 2020-01-09 14:18:00
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1501
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [11] => WP_Post Object
                (
                    [ID] => 1500
                    [post_author] => 9
                    [post_date] => 2019-03-26 11:51:44
                    [post_date_gmt] => 2019-03-26 11:51:44
                    [post_content] => 
                    [post_title] => Rescheduled - OGB Meeting - 4th March 2020- Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-26-march-2020-agenda-published-a-week-before
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2020-01-09 14:07:08
                    [post_modified_gmt] => 2020-01-09 14:07:08
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1500
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

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

            [13] => WP_Post Object
                (
                    [ID] => 1495
                    [post_author] => 9
                    [post_date] => 2019-03-26 11:37:25
                    [post_date_gmt] => 2019-03-26 11:37:25
                    [post_content] => 
                    [post_title] => OGB Meeting - 23 January 2020 - Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-23-january-2020-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-03-26 11:38:27
                    [post_modified_gmt] => 2019-03-26 11:38:27
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1495
                    [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] => 1713
            [post_author] => 9
            [post_date] => 2019-12-11 17:14:40
            [post_date_gmt] => 2019-12-11 17:14:40
            [post_content] => 
            [post_title] => OGB Meeting - 24 November 2020 - Agenda published a week before
            [post_excerpt] => 
            [post_status] => publish
            [comment_status] => closed
            [ping_status] => closed
            [post_password] => 
            [post_name] => ogb-meeting-24-november-2020-agenda-published-a-week-before
            [to_ping] => 
            [pinged] => 
            [post_modified] => 2020-06-17 15:32:22
            [post_modified_gmt] => 2020-06-17 15:32:22
            [post_content_filtered] => 
            [post_parent] => 0
            [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1713
            [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] => 66117ebb6e34bd5b2e9144bc21fbc6ea
    [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
OGB Meeting – 24 November 2020 – Agenda published a week before
24 November, 2020
bullet-icon
OGB Meeting -17 November 2020 – Scrutiny Panel
17 November, 2020
bullet-icon
Additional OGB Meeting – 30 October 2020 – Agenda published a week before
30 October, 2020
bullet-icon
Additional OGB Meeting – 21 October 2020 – Scrutiny Panel
21 October, 2020
bullet-icon
OGB Meeting – 22 September 2020 – Agenda published a week before
22 September, 2020
bullet-icon
OGB Meeting – 15 September 2020 – Scrutiny Panel
15 September, 2020
bullet-icon
Additional OGB Meeting – 28 July 2020 – Agenda published a week before
28 July, 2020
bullet-icon
Additional OGB Meeting – 22 July 2020 – Scrutiny Panel
22 July, 2020
bullet-icon
OGB Meeting – 2 June 2020 – Agenda published a week before
2 June, 2020
bullet-icon
OGB Meeting – 28 May 2020 – Scrutiny Panel
28 May, 2020
bullet-icon
Rescheduled – OGB Meeting – 11 March 2020 – Agenda published a week before
11 March, 2020
bullet-icon
Rescheduled – OGB Meeting – 4th March 2020- Scrutiny Panel
4 March, 2020
bullet-icon
OGB Meeting – 28 January 2020 – Agenda published a week before
28 January, 2020
bullet-icon
OGB Meeting – 23 January 2020 – Scrutiny Panel
23 January, 2020