Magazine
  WP_Query Object
(
    [query] => Array
        (
            [post_type] => magazine
            [posts_per_page] => -1
            [paged] => 1
            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => magazine-cat
                            [field] => slug
                            [terms] => proaudio
                        )
                )
            [date_query] => Array
                (
                    [0] => Array
                        (
                            [after] => Array
                                (
                                    [year] => 2021
                                    [month] => 1
                                    [day] => 1
                                )
                            [before] => Array
                                (
                                    [year] => 2022
                                    [month] => 1
                                    [day] => 1
                                )
                            [inclusive] => 1
                        )
                )
        )
    [query_vars] => Array
        (
            [post_type] => magazine
            [posts_per_page] => -1
            [paged] => 1
            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => magazine-cat
                            [field] => slug
                            [terms] => proaudio
                        )
                )
            [date_query] => Array
                (
                    [0] => Array
                        (
                            [after] => Array
                                (
                                    [year] => 2021
                                    [month] => 1
                                    [day] => 1
                                )
                            [before] => Array
                                (
                                    [year] => 2022
                                    [month] => 1
                                    [day] => 1
                                )
                            [inclusive] => 1
                        )
                )
            [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] => 
            [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
            [lazy_load_term_meta] => 1
            [update_post_meta_cache] => 1
            [nopaging] => 1
            [comments_per_page] => 50
            [no_found_rows] => 
            [taxonomy] => magazine-cat
            [term] => proaudio
            [order] => DESC
        )
    [tax_query] => WP_Tax_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => magazine-cat
                            [terms] => Array
                                (
                                    [0] => proaudio
                                )
                            [field] => slug
                            [operator] => IN
                            [include_children] => 1
                        )
                )
            [relation] => AND
            [table_aliases:protected] => Array
                (
                    [0] => wp_term_relationships
                )
            [queried_terms] => Array
                (
                    [magazine-cat] => Array
                        (
                            [terms] => Array
                                (
                                    [0] => proaudio
                                )
                            [field] => slug
                        )
                )
            [primary_table] => wp_posts
            [primary_id_column] => ID
        )
    [meta_query] => WP_Meta_Query Object
        (
            [queries] => Array
                (
                )
            [relation] => 
            [meta_table] => 
            [meta_id_column] => 
            [primary_table] => 
            [primary_id_column] => 
            [table_aliases:protected] => Array
                (
                )
            [clauses:protected] => Array
                (
                )
            [has_or_relation:protected] => 
        )
    [date_query] => WP_Date_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [after] => Array
                                (
                                    [year] => 2021
                                    [month] => 1
                                    [day] => 1
                                )
                            [before] => Array
                                (
                                    [year] => 2022
                                    [month] => 1
                                    [day] => 1
                                )
                            [inclusive] => 1
                            [column] => post_date
                            [compare] => =
                            [relation] => AND
                        )
                    [column] => post_date
                    [compare] => =
                    [relation] => AND
                )
            [relation] => AND
            [column] => wp_posts.post_date
            [compare] => =
            [time_keys] => Array
                (
                    [0] => after
                    [1] => before
                    [2] => year
                    [3] => month
                    [4] => monthnum
                    [5] => week
                    [6] => w
                    [7] => dayofyear
                    [8] => day
                    [9] => dayofweek
                    [10] => dayofweek_iso
                    [11] => hour
                    [12] => minute
                    [13] => second
                )
        )
    [request] => SELECT   wp_posts.* FROM wp_posts  LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1  AND ( 
  ( wp_posts.post_date >= '2021-01-01 00:00:00' AND wp_posts.post_date <= '2022-01-01 23:59:59' )
) AND ( 
  wp_term_relationships.term_taxonomy_id IN (2)
) AND ((wp_posts.post_type = 'magazine' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC 
    [posts] => Array
        (
            [0] => WP_Post Object
                (
                    [ID] => 46157
                    [post_author] => 2
                    [post_date] => 2021-12-21 16:09:08
                    [post_date_gmt] => 2021-12-21 07:09:08
                    [post_content] => 
                    [post_title] => 【NEWS】銀一 RODE Microphones製ラベリアマイクなど各種新製品を発売
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => %e3%80%90news%e3%80%91%e9%8a%80%e4%b8%80%e3%80%80rode-microphones%e8%a3%bd%e3%83%a9%e3%83%99%e3%83%aa%e3%82%a2%e3%83%9e%e3%82%a4%e3%82%af%e3%81%aa%e3%81%a9%e5%90%84%e7%a8%ae%e6%96%b0%e8%a3%bd%e5%93%81
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-12-21 16:09:08
                    [post_modified_gmt] => 2021-12-21 07:09:08
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.inter-bee.com/wordpress/?post_type=magazine&p=46157
                    [menu_order] => 0
                    [post_type] => magazine
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )
            [1] => WP_Post Object
                (
                    [ID] => 45295
                    [post_author] => 2
                    [post_date] => 2021-11-11 11:25:34
                    [post_date_gmt] => 2021-11-11 02:25:34
                    [post_content] => 
                    [post_title] => 【出展者直前取材】音響測定のトップ企業・エヌティーアイジャパンも幕張に期待〜”来て見て触れる“Inter BEEは貴重な機会です〜
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => %e3%80%90%e5%87%ba%e5%b1%95%e8%80%85%e7%9b%b4%e5%89%8d%e5%8f%96%e6%9d%90%e3%80%91%e9%9f%b3%e9%9f%bf%e6%b8%ac%e5%ae%9a%e3%81%ae%e3%83%88%e3%83%83%e3%83%97%e4%bc%81%e6%a5%ad%e3%83%bb%e3%82%a8%e3%83%8c
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-11-11 11:26:47
                    [post_modified_gmt] => 2021-11-11 02:26:47
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.inter-bee.com/wordpress/?post_type=magazine&p=45295
                    [menu_order] => 0
                    [post_type] => magazine
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )
            [2] => WP_Post Object
                (
                    [ID] => 45226
                    [post_author] => 2
                    [post_date] => 2021-11-10 14:09:15
                    [post_date_gmt] => 2021-11-10 05:09:15
                    [post_content] => 
                    [post_title] => 【出展者直前取材】初めてプロオーディオ部門にも出展する銀一〜思いがけない出会いがInterBEEにはあります〜
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => %e3%80%90%e5%87%ba%e5%b1%95%e8%80%85%e7%9b%b4%e5%89%8d%e5%8f%96%e6%9d%90%e3%80%91%e5%88%9d%e3%82%81%e3%81%a6%e3%83%97%e3%83%ad%e3%82%aa%e3%83%bc%e3%83%87%e3%82%a3%e3%82%aa%e9%83%a8%e9%96%80%e3%81%ab
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-11-10 14:12:09
                    [post_modified_gmt] => 2021-11-10 05:12:09
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.inter-bee.com/wordpress/?post_type=magazine&p=45226
                    [menu_order] => 0
                    [post_type] => magazine
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )
            [3] => WP_Post Object
                (
                    [ID] => 45241
                    [post_author] => 2
                    [post_date] => 2021-11-09 13:36:02
                    [post_date_gmt] => 2021-11-09 04:36:02
                    [post_content] => 
                    [post_title] => 【出展者直前取材】ロイヤリティフリーのストックミュージックサービスで時代をつかむオーディオストック〜憧れの舞台に、初めてリアル出展する感激〜
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => %e3%80%90%e5%87%ba%e5%b1%95%e8%80%85%e7%9b%b4%e5%89%8d%e5%8f%96%e6%9d%90%e3%80%91%e3%83%ad%e3%82%a4%e3%83%a4%e3%83%aa%e3%83%86%e3%82%a3%e3%83%95%e3%83%aa%e3%83%bc%e3%81%ae%e3%82%b9%e3%83%88%e3%83%83
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-11-10 14:12:32
                    [post_modified_gmt] => 2021-11-10 05:12:32
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.inter-bee.com/wordpress/?post_type=magazine&p=45241
                    [menu_order] => 0
                    [post_type] => magazine
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )
            [4] => WP_Post Object
                (
                    [ID] => 45131
                    [post_author] => 2
                    [post_date] => 2021-10-20 17:23:55
                    [post_date_gmt] => 2021-10-20 08:23:55
                    [post_content] => 
                    [post_title] => 【NEWS】ローランド スマホでマルチトラック録音、曲作りができる無料アプリ「Zentracker」を発表
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => %e3%80%90news%e3%80%91%e3%83%ad%e3%83%bc%e3%83%a9%e3%83%b3%e3%83%89%e3%80%80%e3%82%b9%e3%83%9e%e3%83%9b%e3%81%a7%e3%83%9e%e3%83%ab%e3%83%81%e3%83%88%e3%83%a9%e3%83%83%e3%82%af%e9%8c%b2%e9%9f%b3
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-10-20 17:23:55
                    [post_modified_gmt] => 2021-10-20 08:23:55
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.inter-bee.com/wordpress/?post_type=magazine&p=45131
                    [menu_order] => 0
                    [post_type] => magazine
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )
            [5] => WP_Post Object
                (
                    [ID] => 44857
                    [post_author] => 2
                    [post_date] => 2021-10-12 10:30:23
                    [post_date_gmt] => 2021-10-12 01:30:23
                    [post_content] => 
                    [post_title] => リアルでの「出会い」こそがInter BEEの醍醐味
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => %e3%83%aa%e3%82%a2%e3%83%ab%e3%81%a7%e3%81%ae%e3%80%8c%e5%87%ba%e4%bc%9a%e3%81%84%e3%80%8d%e3%81%93%e3%81%9d%e3%81%8cinter-bee%e3%81%ae%e9%86%8d%e9%86%90%e5%91%b3
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-10-12 10:51:04
                    [post_modified_gmt] => 2021-10-12 01:51:04
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.inter-bee.com/wordpress/?post_type=magazine&p=44857
                    [menu_order] => 0
                    [post_type] => magazine
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )
            [6] => WP_Post Object
                (
                    [ID] => 44864
                    [post_author] => 2
                    [post_date] => 2021-10-05 05:43:58
                    [post_date_gmt] => 2021-10-04 20:43:58
                    [post_content] => 
                    [post_title] => 【NEWS】ソニーマーケティング ドバイ万博日本館でインタラクション技術や屋内位置姿勢推定技術を活用した新しい音響体験「Sound AR」提供
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => %e3%80%90news%e3%80%91%e3%82%bd%e3%83%8b%e3%83%bc%e3%83%9e%e3%83%bc%e3%82%b1%e3%83%86%e3%82%a3%e3%83%b3%e3%82%b0%e3%80%80%e3%83%89%e3%83%90%e3%82%a4%e4%b8%87%e5%8d%9a%e6%97%a5%e6%9c%ac%e9%a4%a8
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-10-05 05:43:58
                    [post_modified_gmt] => 2021-10-04 20:43:58
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.inter-bee.com/wordpress/?post_type=magazine&p=44864
                    [menu_order] => 0
                    [post_type] => magazine
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )
            [7] => WP_Post Object
                (
                    [ID] => 44019
                    [post_author] => 2
                    [post_date] => 2021-06-25 15:47:22
                    [post_date_gmt] => 2021-06-25 06:47:22
                    [post_content] => 
                    [post_title] => プロオーディオシーンの近未来と出会う場所、Inter BEE 2021
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => %e3%83%97%e3%83%ad%e3%82%aa%e3%83%bc%e3%83%87%e3%82%a3%e3%82%aa%e3%82%b7%e3%83%bc%e3%83%b3%e3%81%ae%e8%bf%91%e6%9c%aa%e6%9d%a5%e3%81%a8%e5%87%ba%e4%bc%9a%e3%81%86%e5%a0%b4%e6%89%80%e3%80%81inter-bee-2
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-06-25 15:47:22
                    [post_modified_gmt] => 2021-06-25 06:47:22
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.inter-bee.com/wordpress/?post_type=magazine&p=44019
                    [menu_order] => 0
                    [post_type] => magazine
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )
        )
    [post_count] => 8
    [current_post] => -1
    [in_the_loop] => 
    [post] => WP_Post Object
        (
            [ID] => 46157
            [post_author] => 2
            [post_date] => 2021-12-21 16:09:08
            [post_date_gmt] => 2021-12-21 07:09:08
            [post_content] => 
            [post_title] => 【NEWS】銀一 RODE Microphones製ラベリアマイクなど各種新製品を発売
            [post_excerpt] => 
            [post_status] => publish
            [comment_status] => closed
            [ping_status] => closed
            [post_password] => 
            [post_name] => %e3%80%90news%e3%80%91%e9%8a%80%e4%b8%80%e3%80%80rode-microphones%e8%a3%bd%e3%83%a9%e3%83%99%e3%83%aa%e3%82%a2%e3%83%9e%e3%82%a4%e3%82%af%e3%81%aa%e3%81%a9%e5%90%84%e7%a8%ae%e6%96%b0%e8%a3%bd%e5%93%81
            [to_ping] => 
            [pinged] => 
            [post_modified] => 2021-12-21 16:09:08
            [post_modified_gmt] => 2021-12-21 07:09:08
            [post_content_filtered] => 
            [post_parent] => 0
            [guid] => https://www.inter-bee.com/wordpress/?post_type=magazine&p=46157
            [menu_order] => 0
            [post_type] => magazine
            [post_mime_type] => 
            [comment_count] => 0
            [filter] => raw
        )
    [comment_count] => 0
    [current_comment] => -1
    [found_posts] => 8
    [max_num_pages] => 0
    [max_num_comment_pages] => 0
    [is_single] => 
    [is_preview] => 
    [is_page] => 
    [is_archive] => 1
    [is_date] => 
    [is_year] => 
    [is_month] => 
    [is_day] => 
    [is_time] => 
    [is_author] => 
    [is_category] => 
    [is_tag] => 
    [is_tax] => 1
    [is_search] => 
    [is_feed] => 
    [is_comment_feed] => 
    [is_trackback] => 
    [is_home] => 
    [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] => 1
    [query_vars_hash:WP_Query:private] => 1d1507ae4a4e53e3b4b70895fd1d3549
    [query_vars_changed:WP_Query:private] => 
    [thumbnails_cached] => 
    [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
        )
)
          
Information not available.