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

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

                    [1] => Array
                        (
                            [key] => meeting_date
                            [value] => 2023-03-23
                            [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] => 2018-01-01
                                    [1] => 2018-12-31
                                )

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

                    [1] => Array
                        (
                            [key] => meeting_date
                            [value] => 2023-03-23
                            [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
                (
                )

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

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

                    [1] => Array
                        (
                            [key] => meeting_date
                            [value] => 2023-03-23
                            [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] => 2018-01-01
                                    [1] => 2018-12-31
                                )

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

                    [mt1] => Array
                        (
                            [key] => meeting_date
                            [value] => 2023-03-23
                            [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 '2018-01-01' AND '2018-12-31' ) 
  AND 
  ( mt1.meta_key = 'meeting_date' AND CAST(mt1.meta_value AS DATE) < '2023-03-23' )
) 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] => 519
                    [post_author] => 3
                    [post_date] => 2018-06-15 10:55:14
                    [post_date_gmt] => 2018-06-15 10:55:14
                    [post_content] => 
                    [post_title] => OGB Meeting - 27 November 2018 - Agenda and minutes
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-27-november-2018-agenda-and-minutes
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-03-06 16:11:07
                    [post_modified_gmt] => 2019-03-06 16:11:07
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=519
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [1] => WP_Post Object
                (
                    [ID] => 799
                    [post_author] => 6
                    [post_date] => 2018-11-08 16:00:34
                    [post_date_gmt] => 2018-11-08 16:00:34
                    [post_content] => 
                    [post_title] => OGB Meeting-  22 November 2018 - Scrutiny Panel
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-22-november-2018-scrutiny-panel
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2018-11-15 12:49:22
                    [post_modified_gmt] => 2018-11-15 12:49:22
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=799
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [2] => WP_Post Object
                (
                    [ID] => 518
                    [post_author] => 3
                    [post_date] => 2018-09-25 10:49:00
                    [post_date_gmt] => 2018-09-25 10:49:00
                    [post_content] => 
                    [post_title] => OGB Meeting - 25 September 2018 - Agenda and Minutes
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-25-september-2018-agenda-and-minutes
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2018-11-02 13:14:22
                    [post_modified_gmt] => 2018-11-02 13:14:22
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=518
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [3] => WP_Post Object
                (
                    [ID] => 1312
                    [post_author] => 7
                    [post_date] => 2019-01-21 15:38:37
                    [post_date_gmt] => 2019-01-21 15:38:37
                    [post_content] => 
                    [post_title] => OGB Meeting- 18 September 2018 – Scrutiny Panel - Agenda and minutes
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-18-september-2018-scrutiny-panel-agenda-and-minutes
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-01-21 15:39:57
                    [post_modified_gmt] => 2019-01-21 15:39:57
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=1312
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [4] => WP_Post Object
                (
                    [ID] => 516
                    [post_author] => 3
                    [post_date] => 2018-06-15 10:47:56
                    [post_date_gmt] => 2018-06-15 10:47:56
                    [post_content] => 
                    [post_title] => OGB Meeting - 31 July 2018 - Agenda and Minutes
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-31-july-2018
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2018-11-02 11:57:42
                    [post_modified_gmt] => 2018-11-02 11:57:42
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=516
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [5] => WP_Post Object
                (
                    [ID] => 274
                    [post_author] => 3
                    [post_date] => 2018-06-11 13:16:02
                    [post_date_gmt] => 2018-06-11 13:16:02
                    [post_content] => 
                    [post_title] => OGB Meeting - 11 June 2018 - Agenda and Minutes
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-11-june-2018-agenda-and-minutes
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2018-11-02 13:13:48
                    [post_modified_gmt] => 2018-11-02 13:13:48
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => http://oxfordshiregrowthboard.org/?post_type=meetings&p=274
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [6] => WP_Post Object
                (
                    [ID] => 273
                    [post_author] => 3
                    [post_date] => 2018-04-26 13:15:38
                    [post_date_gmt] => 2018-04-26 13:15:38
                    [post_content] => 
                    [post_title] => Additional OGB meeting - 26 April 2018 - Agenda and Minutes
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => additional-ogb-meeting-26-april-2018-agenda-and-minutes
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2018-11-02 13:12:17
                    [post_modified_gmt] => 2018-11-02 13:12:17
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => http://oxfordshiregrowthboard.org/?post_type=meetings&p=273
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [7] => WP_Post Object
                (
                    [ID] => 272
                    [post_author] => 3
                    [post_date] => 2018-03-27 13:15:12
                    [post_date_gmt] => 2018-03-27 13:15:12
                    [post_content] => 
                    [post_title] => OGB Meeting - 27 March 2018 - Agenda and Minutes
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-27-march-2018-agenda-and-minutes
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2018-11-02 13:15:29
                    [post_modified_gmt] => 2018-11-02 13:15:29
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => http://oxfordshiregrowthboard.org/?post_type=meetings&p=272
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [8] => WP_Post Object
                (
                    [ID] => 271
                    [post_author] => 3
                    [post_date] => 2018-02-01 13:14:36
                    [post_date_gmt] => 2018-02-01 13:14:36
                    [post_content] => 
                    [post_title] => OGB Meeting - 1 February 2018 - Agenda and Minutes
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ogb-meeting-1-february-2018-agenda-and-minutes
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2018-11-02 13:13:22
                    [post_modified_gmt] => 2018-11-02 13:13:22
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => http://oxfordshiregrowthboard.org/?post_type=meetings&p=271
                    [menu_order] => 0
                    [post_type] => meetings
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

        )

    [post_count] => 9
    [current_post] => -1
    [in_the_loop] => 
    [post] => WP_Post Object
        (
            [ID] => 519
            [post_author] => 3
            [post_date] => 2018-06-15 10:55:14
            [post_date_gmt] => 2018-06-15 10:55:14
            [post_content] => 
            [post_title] => OGB Meeting - 27 November 2018 - Agenda and minutes
            [post_excerpt] => 
            [post_status] => publish
            [comment_status] => closed
            [ping_status] => closed
            [post_password] => 
            [post_name] => ogb-meeting-27-november-2018-agenda-and-minutes
            [to_ping] => 
            [pinged] => 
            [post_modified] => 2019-03-06 16:11:07
            [post_modified_gmt] => 2019-03-06 16:11:07
            [post_content_filtered] => 
            [post_parent] => 0
            [guid] => https://www.oxfordshiregrowthboard.org/?post_type=meetings&p=519
            [menu_order] => 0
            [post_type] => meetings
            [post_mime_type] => 
            [comment_count] => 0
            [filter] => raw
        )

    [comment_count] => 0
    [current_comment] => -1
    [found_posts] => 9
    [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] => 30877276dbedc8f96d5c49d238d0bcd1
    [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 – 27 November 2018 – Agenda and minutes
27 November, 2018
bullet-icon
OGB Meeting- 22 November 2018 – Scrutiny Panel
22 November, 2018
bullet-icon
OGB Meeting – 25 September 2018 – Agenda and Minutes
25 September, 2018
bullet-icon
OGB Meeting- 18 September 2018 – Scrutiny Panel – Agenda and minutes
18 September, 2018
bullet-icon
OGB Meeting – 31 July 2018 – Agenda and Minutes
31 July, 2018
bullet-icon
OGB Meeting – 11 June 2018 – Agenda and Minutes
11 June, 2018
bullet-icon
Additional OGB meeting – 26 April 2018 – Agenda and Minutes
26 April, 2018
bullet-icon
OGB Meeting – 27 March 2018 – Agenda and Minutes
27 March, 2018
bullet-icon
OGB Meeting – 1 February 2018 – Agenda and Minutes
1 February, 2018