Uncategorized

http: //lemotiongaz.fr/category/uncategorized/
Entry point: functions.php
Router detection: is_category()
Controller: NewsController categoryAction()
View: views/news/category.twig

Resolver scheme


Router Condition: is_category()
Controller: /controllers/NewsController.php
Method: categoryAction()
View: views/news/category.twig
  • Request resolved at functions.php which launches the AppKernel.
  • AppKernel registers all Managers and the App\Managers\RoutingManager.
  • The Router resolve the template condition is_category().
  • The Router retrieves the routing configuration in app/config/routing.yml file
  • The Router calls NewsController() categoryAction() which renders the template views/news/category.twig

NewsController


Controller

path /controllers/NewsController.php
abs_path /var/www/lemotiongaz.fr/wp-content/themes/yagami-adveris/controllers/NewsController.php

Render

view views/news/category.twig

Datas

array:5 [
  "category" => Term {#19687
    +PostClass: "Timber\Post"
    +TermClass: "Term"
    +object_type: "term"
    +_children: null
    +name: "Uncategorized"
    +taxonomy: "category"
    +id: 2
    +ID: 2
    +"term_id": 2
    +"slug": "uncategorized"
    +"term_group": 0
    +"term_taxonomy_id": 2
    +"parent": 0
    +"count": 0
    +"filter": "raw"
    +"term_order": "0"
    +"catpreview": null
    +"cattop": null
    +"catbottom": null
    +"catoptions": null
    +"cat_preview": array:2 [
      "image" => false
      "text" => ""
    ]
    +"cat_top": array:2 [
      "title" => ""
      "text" => ""
    ]
    +"cat_bottom": array:4 [
      "title" => ""
      "text" => ""
      "link" => ""
      "image" => false
    ]
    +"cat_options": array:1 [
      "hide" => false
    ]
  }
  "posts" => PostQuery {#19661
    +found_posts: 0
    #userQuery: array:3 [
      "post_type" => "post"
      "posts_per_page" => -1
      "tax_query" => array:1 [
        0 => array:3 [
          "taxonomy" => "category"
          "field" => "term_id"
          "terms" => 2
        ]
      ]
    ]
    #queryIterator: QueryIterator {#19670
      -_query: WP_Query {#19671
        +query: array:3 [
          "post_type" => "post"
          "posts_per_page" => -1
          "tax_query" => array:1 [
            0 => array:3 [
              "taxonomy" => "category"
              "field" => "term_id"
              "terms" => 2
            ]
          ]
        ]
        +query_vars: array:66 [
          "post_type" => "post"
          "posts_per_page" => -1
          "tax_query" => array:1 [
            0 => array:3 [
              "taxonomy" => "category"
              "field" => "term_id"
              "terms" => 2
            ]
          ]
          "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" => "uncategorized"
          "tag" => ""
          "cat" => 2
          "tag_id" => ""
          "author" => ""
          "author_name" => ""
          "feed" => ""
          "tb" => ""
          "paged" => 0
          "meta_key" => ""
          "meta_value" => ""
          "preview" => ""
          "s" => ""
          "sentence" => ""
          "title" => ""
          "fields" => ""
          "menu_order" => ""
          "embed" => ""
          "category__in" => []
          "category__not_in" => []
          "category__and" => []
          "post__in" => []
          "post__not_in" => []
          "post_name__in" => []
          "tag__in" => []
          "tag__not_in" => []
          "tag__and" => []
          "tag_slug__in" => []
          "tag_slug__and" => []
          "post_parent__in" => []
          "post_parent__not_in" => []
          "author__in" => []
          "author__not_in" => []
          "search_columns" => []
          "ignore_sticky_posts" => false
          "suppress_filters" => false
          "cache_results" => true
          "update_post_term_cache" => true
          "update_menu_item_cache" => false
          "lazy_load_term_meta" => true
          "update_post_meta_cache" => true
          "nopaging" => true
          "comments_per_page" => "50"
          "no_found_rows" => false
          "order" => "DESC"
        ]
        +tax_query: WP_Tax_Query {#19674
          +queries: array:1 [
            0 => array:5 [
              "taxonomy" => "category"
              "terms" => array:1 [
                0 => 2
              ]
              "field" => "term_id"
              "operator" => "IN"
              "include_children" => true
            ]
          ]
          +relation: "AND"
          #table_aliases: array:1 [
            0 => "emo_term_relationships"
          ]
          +queried_terms: array:1 [
            "category" => array:2 [
              "terms" => array:1 [
                0 => 2
              ]
              "field" => "term_id"
            ]
          ]
          +primary_table: "emo_posts"
          +primary_id_column: "ID"
        }
        +meta_query: WP_Meta_Query {#19672
          +queries: []
          +relation: null
          +meta_table: null
          +meta_id_column: null
          +primary_table: null
          +primary_id_column: null
          #table_aliases: []
          #clauses: []
          #has_or_relation: false
        }
        +date_query: false
        +request: """
          \n
          \t\t\tSELECT   emo_posts.*\n
          \t\t\tFROM emo_posts  LEFT JOIN emo_term_relationships ON (emo_posts.ID = emo_term_relationships.object_id)\n
          \t\t\tWHERE 1=1  AND ( \n
            emo_term_relationships.term_taxonomy_id IN (2)\n
          ) AND ((emo_posts.post_type = 'post' AND (emo_posts.post_status = 'publish' OR emo_posts.post_status = 'acf-disabled')))\n
          \t\t\tGROUP BY emo_posts.ID\n
          \t\t\tORDER BY emo_posts.menu_order, emo_posts.post_date DESC\n
          \t\t\t\n
          \t\t
          """
        +posts: []
        +post_count: 0
        +current_post: -1
        +before_loop: true
        +in_the_loop: false
        +comment_count: 0
        +current_comment: -1
        +found_posts: 0
        +max_num_pages: 0
        +max_num_comment_pages: 0
        +is_single: false
        +is_preview: false
        +is_page: false
        +is_archive: true
        +is_date: false
        +is_year: false
        +is_month: false
        +is_day: false
        +is_time: false
        +is_author: false
        +is_category: true
        +is_tag: false
        +is_tax: false
        +is_search: false
        +is_feed: false
        +is_comment_feed: false
        +is_trackback: false
        +is_home: false
        +is_privacy_policy: false
        +is_404: false
        +is_embed: false
        +is_paged: false
        +is_admin: false
        +is_attachment: false
        +is_singular: false
        +is_robots: false
        +is_favicon: false
        +is_posts_page: false
        +is_post_type_archive: false
        -query_vars_hash: "6f756316e71a8911a4a44817cdfb34dc"
        -query_vars_changed: false
        +thumbnails_cached: false
        #allow_query_attachment_by_filename: false
        -stopwords: null
        -compat_fields: array:2 [
          0 => "query_vars_hash"
          1 => "query_vars_changed"
        ]
        -compat_methods: array:2 [
          0 => "init_query_flags"
          1 => "parse_tax_query"
        ]
      }
      -_posts_class: "\Timber\Post"
    }
    #pagination: null
    flag::STD_PROP_LIST: false
    flag::ARRAY_AS_PROPS: false
    iteratorClass: "Timber\PostsIterator"
    storage: []
  }
  "cats" => array:5 [
    0 => Term {#19711
      +PostClass: "Timber\Post"
      +TermClass: "Term"
      +object_type: "term"
      +_children: null
      +name: "Inspirations déco en amont de votre projet"
      +taxonomy: "category"
      +id: 6
      +ID: 6
      +"term_id": 6
      +"slug": "nos-conseils-decoration-pour-cheminee-ou-poeles"
      +"term_group": 0
      +"term_taxonomy_id": 6
      +"parent": 0
      +"count": 27
      +"filter": "raw"
      +"term_order": "1"
      +"catpreview": null
      +"cattop": null
      +"catbottom": null
      +"catoptions": null
      +"cat_preview": array:2 [
        "image" => array:24 [
          "ID" => 4703
          "id" => 4703
          "title" => "inspiration"
          "filename" => "inspiration.jpg"
          "filesize" => 36520
          "url" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/inspiration.jpg"
          "link" => "https://lemotiongaz.fr/inspiration/"
          "alt" => "inspiration décoration cheminée"
          "author" => "2"
          "description" => ""
          "caption" => ""
          "name" => "inspiration"
          "status" => "inherit"
          "uploaded_to" => 0
          "date" => "2020-09-01 19:30:48"
          "modified" => "2020-09-01 19:31:00"
          "menu_order" => 0
          "mime_type" => "image/jpeg"
          "type" => "image"
          "subtype" => "jpeg"
          "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
          "width" => 1070
          "height" => 585
          "sizes" => array:21 [
            "thumbnail" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/inspiration-150x150.jpg"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/inspiration-300x164.jpg"
            "medium-width" => 300
            "medium-height" => 164
            "medium_large" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/inspiration-768x420.jpg"
            "medium_large-width" => 768
            "medium_large-height" => 420
            "large" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/inspiration-1024x560.jpg"
            "large-width" => 1024
            "large-height" => 560
            "1536x1536" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/inspiration.jpg"
            "1536x1536-width" => 1070
            "1536x1536-height" => 585
            "2048x2048" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/inspiration.jpg"
            "2048x2048-width" => 1070
            "2048x2048-height" => 585
            "square_sm" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/inspiration-300x300.jpg"
            "square_sm-width" => 300
            "square_sm-height" => 300
          ]
        ]
        "text" => "Que ce soit pour un projet de nouvel habitat ou de rénovation, trouvez de l’inspiration grâce à nos conseils déco ! Des idées pour moderniser une cheminée ou choisir son habillage, des conseils sur les types d’appareils : inspirez-vous !"
      ]
      +"cat_top": array:2 [
        "title" => ""
        "text" => """
          Que ce soit pour un projet de nouvel habitat ou de rénovation, trouvez de l’inspiration grâce à nos conseils déco ! \r\n
          Des idées pour moderniser une cheminée ou choisir son habillage, des conseils sur les types d’appareils : inspirez-vous !\r\n
          Moderniser sa cheminée, idées d’habillage, choix de cheminées ou poêle design : venez chercher de l’inspiration en consultant nos articles. 
          """
      ]
      +"cat_bottom": array:4 [
        "title" => "Poêles et cheminées gaz : l’esthétisme, de l’appareil jusqu’au flammes"
        "text" => "<p>Les fabricants de poêles et cheminées gaz proposent une grande variété de designs pour leurs appareils : moderne, vintage, industriels ou totalement vitrés… de quoi sublimer tout type de décoration d’intérieur.</p>\n"
        "link" => array:3 [
          "title" => "Découvrir la flamme gaz"
          "url" => "https://lemotiongaz.fr/la-flamme-gaz/"
          "target" => ""
        ]
        "image" => array:24 [
          "ID" => 4968
          "id" => 4968
          "title" => "gyrofocus_gas_Article_BL_RVB"
          "filename" => "gyrofocus_gas_Article_BL_RVB.jpg"
          "filesize" => 738442
          "url" => "https://lemotiongaz.fr/wp-content/uploads/2020/11/gyrofocus_gas_Article_BL_RVB.jpg"
          "link" => "https://lemotiongaz.fr/foyer-gaz-suspendu-gyrofocus-par-focus/gyrofocus_gas_article_bl_rvb/"
          "alt" => "Poêle gaz suspendu Gyrofocus par Focus"
          "author" => "2"
          "description" => ""
          "caption" => ""
          "name" => "gyrofocus_gas_article_bl_rvb"
          "status" => "inherit"
          "uploaded_to" => 4965
          "date" => "2020-11-27 13:03:06"
          "modified" => "2023-09-18 07:24:35"
          "menu_order" => 0
          "mime_type" => "image/jpeg"
          "type" => "image"
          "subtype" => "jpeg"
          "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
          "width" => 1750
          "height" => 1314
          "sizes" => array:21 [
            "thumbnail" => "https://lemotiongaz.fr/wp-content/uploads/2020/11/gyrofocus_gas_Article_BL_RVB-150x150.jpg"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://lemotiongaz.fr/wp-content/uploads/2020/11/gyrofocus_gas_Article_BL_RVB-300x225.jpg"
            "medium-width" => 300
            "medium-height" => 225
            "medium_large" => "https://lemotiongaz.fr/wp-content/uploads/2020/11/gyrofocus_gas_Article_BL_RVB-768x577.jpg"
            "medium_large-width" => 768
            "medium_large-height" => 577
            "large" => "https://lemotiongaz.fr/wp-content/uploads/2020/11/gyrofocus_gas_Article_BL_RVB-1024x769.jpg"
            "large-width" => 1024
            "large-height" => 769
            "1536x1536" => "https://lemotiongaz.fr/wp-content/uploads/2020/11/gyrofocus_gas_Article_BL_RVB-1536x1153.jpg"
            "1536x1536-width" => 1536
            "1536x1536-height" => 1153
            "2048x2048" => "https://lemotiongaz.fr/wp-content/uploads/2020/11/gyrofocus_gas_Article_BL_RVB.jpg"
            "2048x2048-width" => 1750
            "2048x2048-height" => 1314
            "square_sm" => "https://lemotiongaz.fr/wp-content/uploads/2020/11/gyrofocus_gas_Article_BL_RVB-300x300.jpg"
            "square_sm-width" => 300
            "square_sm-height" => 300
          ]
        ]
      ]
      +"cat_options": array:1 [
        "hide" => false
      ]
    }
    1 => Term {#19710
      +PostClass: "Timber\Post"
      +TermClass: "Term"
      +object_type: "term"
      +_children: null
      +name: "Choisir l'énergie adaptée à ses besoins"
      +taxonomy: "category"
      +id: 52
      +ID: 52
      +"term_id": 52
      +"slug": "choisir-energie-adaptee"
      +"term_group": 0
      +"term_taxonomy_id": 52
      +"parent": 0
      +"count": 19
      +"filter": "raw"
      +"term_order": "2"
      +"catpreview": null
      +"cattop": null
      +"catbottom": null
      +"catoptions": null
      +"cat_preview": array:2 [
        "image" => array:24 [
          "ID" => 4702
          "id" => 4702
          "title" => "choisirgaz"
          "filename" => "choisirgaz-1.jpg"
          "filesize" => 23350
          "url" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/choisirgaz-1.jpg"
          "link" => "https://lemotiongaz.fr/choisirgaz-2/"
          "alt" => "choisir le gaz"
          "author" => "2"
          "description" => ""
          "caption" => ""
          "name" => "choisirgaz-2"
          "status" => "inherit"
          "uploaded_to" => 0
          "date" => "2020-09-01 19:27:14"
          "modified" => "2020-09-01 19:27:20"
          "menu_order" => 0
          "mime_type" => "image/jpeg"
          "type" => "image"
          "subtype" => "jpeg"
          "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
          "width" => 1070
          "height" => 585
          "sizes" => array:21 [
            "thumbnail" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/choisirgaz-1-150x150.jpg"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/choisirgaz-1-300x164.jpg"
            "medium-width" => 300
            "medium-height" => 164
            "medium_large" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/choisirgaz-1-768x420.jpg"
            "medium_large-width" => 768
            "medium_large-height" => 420
            "large" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/choisirgaz-1-1024x560.jpg"
            "large-width" => 1024
            "large-height" => 560
            "1536x1536" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/choisirgaz-1.jpg"
            "1536x1536-width" => 1070
            "1536x1536-height" => 585
            "2048x2048" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/choisirgaz-1.jpg"
            "2048x2048-width" => 1070
            "2048x2048-height" => 585
            "square_sm" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/choisirgaz-1-300x300.jpg"
            "square_sm-width" => 300
            "square_sm-height" => 300
          ]
        ]
        "text" => "Vous souhaitez vous équiper d'une cheminée ou d'un poêle, mais vous demandez quel type d’appareil choisir ? Quelle énergie est la plus adaptée à votre utilisation, votre intérieur et votre mode de vie ? "
      ]
      +"cat_top": array:2 [
        "title" => ""
        "text" => "Vous souhaitez vous équiper d'une cheminée ou d'un poêle, mais vous demandez quel type d’appareil choisir ? Quelle énergie est la plus adaptée à votre utilisation, votre intérieur et votre mode de vie ? Nos articles vous donnent les informations essentielles pour choisir."
      ]
      +"cat_bottom": array:4 [
        "title" => "Quel est le mode de chauffage le plus économique?"
        "text" => """
          <p>Au moment de s’équiper d’un poêle ou d’une cheminée, la question du coût est prépondérante. Quel sera le moins cher : pellets, gaz ou electricité?<br />\n
          Dans de nombreux cas, et contrairement aux idées reçues, la cheminée gaz ou le poêle gaz peuvent être des solutions très intéressante au niveau du coût total à l&#8217;usage. Tout dépend de votre logement et de votre utilisation du foyer.  Faites une simulation avec notre comparateur !</p>\n
          """
        "link" => array:3 [
          "title" => "Faites une simulation"
          "url" => "https://lemotiongaz.fr/comparateur/"
          "target" => ""
        ]
        "image" => array:24 [
          "ID" => 4897
          "id" => 4897
          "title" => "cheminee-poele-design-grappus"
          "filename" => "cheminee-poele-design-grappus.jpg"
          "filesize" => 67477
          "url" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/cheminee-poele-design-grappus.jpg"
          "link" => "https://lemotiongaz.fr/cheminee-suspendue-et-poele-suspendu-la-legerete-sinvite-dans-votre-salon/cheminee-poele-design-grappus/"
          "alt" => ""
          "author" => "2"
          "description" => ""
          "caption" => ""
          "name" => "cheminee-poele-design-grappus"
          "status" => "inherit"
          "uploaded_to" => 3898
          "date" => "2020-10-23 10:01:55"
          "modified" => "2020-10-23 10:01:55"
          "menu_order" => 0
          "mime_type" => "image/jpeg"
          "type" => "image"
          "subtype" => "jpeg"
          "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
          "width" => 1000
          "height" => 826
          "sizes" => array:21 [
            "thumbnail" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/cheminee-poele-design-grappus-150x150.jpg"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/cheminee-poele-design-grappus-300x248.jpg"
            "medium-width" => 300
            "medium-height" => 248
            "medium_large" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/cheminee-poele-design-grappus-768x634.jpg"
            "medium_large-width" => 768
            "medium_large-height" => 634
            "large" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/cheminee-poele-design-grappus.jpg"
            "large-width" => 1000
            "large-height" => 826
            "1536x1536" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/cheminee-poele-design-grappus.jpg"
            "1536x1536-width" => 1000
            "1536x1536-height" => 826
            "2048x2048" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/cheminee-poele-design-grappus.jpg"
            "2048x2048-width" => 1000
            "2048x2048-height" => 826
            "square_sm" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/cheminee-poele-design-grappus-300x300.jpg"
            "square_sm-width" => 300
            "square_sm-height" => 300
          ]
        ]
      ]
      +"cat_options": array:1 [
        "hide" => false
      ]
    }
    2 => Term {#19709
      +PostClass: "Timber\Post"
      +TermClass: "Term"
      +object_type: "term"
      +_children: null
      +name: "Vérifier la faisabilité et votre budget"
      +taxonomy: "category"
      +id: 61
      +ID: 61
      +"term_id": 61
      +"slug": "faisabilite-budget"
      +"term_group": 0
      +"term_taxonomy_id": 61
      +"parent": 0
      +"count": 9
      +"filter": "raw"
      +"term_order": "3"
      +"catpreview": null
      +"cattop": null
      +"catbottom": null
      +"catoptions": null
      +"cat_preview": array:2 [
        "image" => array:24 [
          "ID" => 6204
          "id" => 6204
          "title" => "Sky-M_Ruegg-scaled2"
          "filename" => "Sky-M_Ruegg-scaled2.jpg"
          "filesize" => 23134
          "url" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/Sky-M_Ruegg-scaled2.jpg"
          "link" => "https://lemotiongaz.fr/la-flamme-gaz/sky-m_ruegg-scaled2/"
          "alt" => "FOyer gaz"
          "author" => "2"
          "description" => ""
          "caption" => ""
          "name" => "sky-m_ruegg-scaled2"
          "status" => "inherit"
          "uploaded_to" => 52
          "date" => "2022-09-14 14:54:26"
          "modified" => "2022-09-14 14:54:34"
          "menu_order" => 0
          "mime_type" => "image/jpeg"
          "type" => "image"
          "subtype" => "jpeg"
          "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
          "width" => 600
          "height" => 433
          "sizes" => array:21 [
            "thumbnail" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/Sky-M_Ruegg-scaled2-150x150.jpg"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/Sky-M_Ruegg-scaled2-300x217.jpg"
            "medium-width" => 300
            "medium-height" => 217
            "medium_large" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/Sky-M_Ruegg-scaled2.jpg"
            "medium_large-width" => 600
            "medium_large-height" => 433
            "large" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/Sky-M_Ruegg-scaled2.jpg"
            "large-width" => 600
            "large-height" => 433
            "1536x1536" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/Sky-M_Ruegg-scaled2.jpg"
            "1536x1536-width" => 600
            "1536x1536-height" => 433
            "2048x2048" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/Sky-M_Ruegg-scaled2.jpg"
            "2048x2048-width" => 600
            "2048x2048-height" => 433
            "square_sm" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/Sky-M_Ruegg-scaled2-300x300.jpg"
            "square_sm-width" => 300
            "square_sm-height" => 300
          ]
        ]
        "text" => "Savoir si un poêle ou une cheminée gaz peut être installé chez vous, s'il peut remplacer votre ancien insert, comprendre le coût de l'appareil et de son installation… Tant de questions auxquelles il faut répondre avant de se lancer. Avec nos conseils, nous vous accompagnons."
      ]
      +"cat_top": array:2 [
        "title" => "Vérifier la faisabilité et le budget de votre projet"
        "text" => "Savoir si un poêle ou une cheminée gaz peut être installé chez vous, s'il peut remplacer votre ancien insert, comprendre le coût de l'appareil et de son installation… Tant de questions auxquelles il faut répondre avant de se lancer. Avec nos conseils, nous vous accompagnons."
      ]
      +"cat_bottom": array:4 [
        "title" => "Obtenir un devis gratuit pour votre projet"
        "text" => "<p>Vous souhaitez en savoir plus sur la faisabilité et le budget global de votre projet? Vous souhaitez qu&#8217;un expert des cheminées et poêle gaz puisse vous conseiller, vous présenter les modèles et vous faire une estimation, sans engagement?</p>\n"
        "link" => array:3 [
          "title" => "Obtenir un devis"
          "url" => "https://lemotiongaz.fr/landings/etude/"
          "target" => ""
        ]
        "image" => array:24 [
          "ID" => 6168
          "id" => 6168
          "title" => "interieur-jeuBuches_WEB"
          "filename" => "interieur-jeuBuches_WEB.jpg"
          "filesize" => 395202
          "url" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/interieur-jeuBuches_WEB.jpg"
          "link" => "https://lemotiongaz.fr/le-reseau-francais-du-poele-et-cheminee-gaz/interieur-jeubuches_web-2/"
          "alt" => "Flamme gaz"
          "author" => "2"
          "description" => ""
          "caption" => ""
          "name" => "interieur-jeubuches_web-2"
          "status" => "inherit"
          "uploaded_to" => 5
          "date" => "2022-09-14 13:42:02"
          "modified" => "2022-09-14 13:42:20"
          "menu_order" => 0
          "mime_type" => "image/jpeg"
          "type" => "image"
          "subtype" => "jpeg"
          "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
          "width" => 1000
          "height" => 667
          "sizes" => array:21 [
            "thumbnail" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/interieur-jeuBuches_WEB-150x150.jpg"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/interieur-jeuBuches_WEB-300x200.jpg"
            "medium-width" => 300
            "medium-height" => 200
            "medium_large" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/interieur-jeuBuches_WEB-768x512.jpg"
            "medium_large-width" => 768
            "medium_large-height" => 512
            "large" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/interieur-jeuBuches_WEB.jpg"
            "large-width" => 1000
            "large-height" => 667
            "1536x1536" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/interieur-jeuBuches_WEB.jpg"
            "1536x1536-width" => 1000
            "1536x1536-height" => 667
            "2048x2048" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/interieur-jeuBuches_WEB.jpg"
            "2048x2048-width" => 1000
            "2048x2048-height" => 667
            "square_sm" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/interieur-jeuBuches_WEB-300x300.jpg"
            "square_sm-width" => 300
            "square_sm-height" => 300
          ]
        ]
      ]
      +"cat_options": array:1 [
        "hide" => false
      ]
    }
    3 => Term {#19708
      +PostClass: "Timber\Post"
      +TermClass: "Term"
      +object_type: "term"
      +_children: null
      +name: "Choisir son appareil"
      +taxonomy: "category"
      +id: 62
      +ID: 62
      +"term_id": 62
      +"slug": "choix-appareil-gaz"
      +"term_group": 0
      +"term_taxonomy_id": 62
      +"parent": 0
      +"count": 12
      +"filter": "raw"
      +"term_order": "4"
      +"catpreview": null
      +"cattop": null
      +"catbottom": null
      +"catoptions": null
      +"cat_preview": array:2 [
        "image" => array:24 [
          "ID" => 5867
          "id" => 5867
          "title" => "Faber MatriX Hybrid 1050-650 II_7146 (1)"
          "filename" => "Faber-MatriX-Hybrid-1050-650-II_7146-1-scaled-e1652182346960.jpg"
          "filesize" => 190415
          "url" => "https://lemotiongaz.fr/wp-content/uploads/2021/11/Faber-MatriX-Hybrid-1050-650-II_7146-1-scaled-e1652182346960.jpg"
          "link" => "https://lemotiongaz.fr/landings/vivez-lemotion-gaz-en-region-sud-ouest-en-partenariat-avec-grdf/faber-matrix-hybrid-1050-650-ii_7146-1/"
          "alt" => ""
          "author" => "2"
          "description" => ""
          "caption" => ""
          "name" => "faber-matrix-hybrid-1050-650-ii_7146-1"
          "status" => "inherit"
          "uploaded_to" => 5666
          "date" => "2021-12-10 15:04:42"
          "modified" => "2021-12-10 15:04:42"
          "menu_order" => 0
          "mime_type" => "image/jpeg"
          "type" => "image"
          "subtype" => "jpeg"
          "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
          "width" => 1706
          "height" => 1178
          "sizes" => array:21 [
            "thumbnail" => "https://lemotiongaz.fr/wp-content/uploads/2021/11/Faber-MatriX-Hybrid-1050-650-II_7146-1-scaled-e1652182346960-150x150.jpg"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://lemotiongaz.fr/wp-content/uploads/2021/11/Faber-MatriX-Hybrid-1050-650-II_7146-1-scaled-e1652182346960-300x207.jpg"
            "medium-width" => 300
            "medium-height" => 207
            "medium_large" => "https://lemotiongaz.fr/wp-content/uploads/2021/11/Faber-MatriX-Hybrid-1050-650-II_7146-1-scaled-e1652182346960-768x530.jpg"
            "medium_large-width" => 768
            "medium_large-height" => 530
            "large" => "https://lemotiongaz.fr/wp-content/uploads/2021/11/Faber-MatriX-Hybrid-1050-650-II_7146-1-scaled-e1652182346960-1024x707.jpg"
            "large-width" => 1024
            "large-height" => 707
            "1536x1536" => "https://lemotiongaz.fr/wp-content/uploads/2021/11/Faber-MatriX-Hybrid-1050-650-II_7146-1-scaled-e1652182346960-1536x1061.jpg"
            "1536x1536-width" => 1536
            "1536x1536-height" => 1061
            "2048x2048" => "https://lemotiongaz.fr/wp-content/uploads/2021/11/Faber-MatriX-Hybrid-1050-650-II_7146-1-2048x1365.jpg"
            "2048x2048-width" => 2048
            "2048x2048-height" => 1365
            "square_sm" => "https://lemotiongaz.fr/wp-content/uploads/2021/11/Faber-MatriX-Hybrid-1050-650-II_7146-1-scaled-e1652182346960-300x300.jpg"
            "square_sm-width" => 300
            "square_sm-height" => 300
          ]
        ]
        "text" => "Simple-face, triple-face, tunnel ou encore suspendu... Tant de possibilités de choix pour votre poêle ou insert gaz. Entre les options et les différents habillages, un grand choix s'offre à vous. "
      ]
      +"cat_top": array:2 [
        "title" => "Choisir son appareil"
        "text" => "Simple-face, triple-face, tunnel ou encore suspendu... Tant de possibilités de choix pour votre poêle ou insert gaz. Entre les options et les différents habillages, un grand choix s'offre à vous. "
      ]
      +"cat_bottom": array:4 [
        "title" => "Ne faites pas d'erreur sur la préparation de votre projet"
        "text" => """
          <p>Sécurité, intégration standard et sur-mesure, mise en oeuvre…<br />\n
          Tout savoir sur les produits cheminée/poêle fonctionnant au gaz pour réussir votre projet grâce à notre guide gratuit.</p>\n
          """
        "link" => array:3 [
          "title" => "Télécharger votre guide gratuit"
          "url" => "https://lemotiongaz.fr/landings/guide/"
          "target" => ""
        ]
        "image" => array:24 [
          "ID" => 5953
          "id" => 5953
          "title" => "MOCKUP-GUIDE-GENERIQUE"
          "filename" => "MOCKUP-GUIDE-GENERIQUE.jpg"
          "filesize" => 55572
          "url" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/MOCKUP-GUIDE-GENERIQUE.jpg"
          "link" => "https://lemotiongaz.fr/cheminee-suspendue-et-poele-suspendu-la-legerete-sinvite-dans-votre-salon/mockup-guide-generique/"
          "alt" => "Téléchargez notre guide"
          "author" => "2"
          "description" => ""
          "caption" => ""
          "name" => "mockup-guide-generique"
          "status" => "inherit"
          "uploaded_to" => 3898
          "date" => "2022-01-05 08:11:12"
          "modified" => "2023-09-18 07:17:08"
          "menu_order" => 0
          "mime_type" => "image/jpeg"
          "type" => "image"
          "subtype" => "jpeg"
          "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
          "width" => 632
          "height" => 842
          "sizes" => array:21 [
            "thumbnail" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/MOCKUP-GUIDE-GENERIQUE-150x150.jpg"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/MOCKUP-GUIDE-GENERIQUE-225x300.jpg"
            "medium-width" => 225
            "medium-height" => 300
            "medium_large" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/MOCKUP-GUIDE-GENERIQUE.jpg"
            "medium_large-width" => 632
            "medium_large-height" => 842
            "large" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/MOCKUP-GUIDE-GENERIQUE.jpg"
            "large-width" => 632
            "large-height" => 842
            "1536x1536" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/MOCKUP-GUIDE-GENERIQUE.jpg"
            "1536x1536-width" => 632
            "1536x1536-height" => 842
            "2048x2048" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/MOCKUP-GUIDE-GENERIQUE.jpg"
            "2048x2048-width" => 632
            "2048x2048-height" => 842
            "square_sm" => "https://lemotiongaz.fr/wp-content/uploads/2020/04/MOCKUP-GUIDE-GENERIQUE-300x300.jpg"
            "square_sm-width" => 300
            "square_sm-height" => 300
          ]
        ]
      ]
      +"cat_options": array:1 [
        "hide" => false
      ]
    }
    4 => Term {#19707
      +PostClass: "Timber\Post"
      +TermClass: "Term"
      +object_type: "term"
      +_children: null
      +name: "Comprendre les travaux d'installation"
      +taxonomy: "category"
      +id: 7
      +ID: 7
      +"term_id": 7
      +"slug": "travaux-installation-foyer-gaz"
      +"term_group": 0
      +"term_taxonomy_id": 7
      +"parent": 0
      +"count": 6
      +"filter": "raw"
      +"term_order": "5"
      +"catpreview": null
      +"cattop": null
      +"catbottom": null
      +"catoptions": null
      +"cat_preview": array:2 [
        "image" => array:24 [
          "ID" => 4638
          "id" => 4638
          "title" => "installation poele"
          "filename" => "installation-poele.jpg"
          "filesize" => 20332
          "url" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/installation-poele.jpg"
          "link" => "https://lemotiongaz.fr/installation-poele/"
          "alt" => ""
          "author" => "2"
          "description" => ""
          "caption" => ""
          "name" => "installation-poele"
          "status" => "inherit"
          "uploaded_to" => 0
          "date" => "2020-09-01 15:04:17"
          "modified" => "2020-09-01 15:04:17"
          "menu_order" => 0
          "mime_type" => "image/jpeg"
          "type" => "image"
          "subtype" => "jpeg"
          "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
          "width" => 1070
          "height" => 585
          "sizes" => array:21 [
            "thumbnail" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/installation-poele-150x150.jpg"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/installation-poele-300x164.jpg"
            "medium-width" => 300
            "medium-height" => 164
            "medium_large" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/installation-poele-768x420.jpg"
            "medium_large-width" => 768
            "medium_large-height" => 420
            "large" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/installation-poele-1024x560.jpg"
            "large-width" => 1024
            "large-height" => 560
            "1536x1536" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/installation-poele.jpg"
            "1536x1536-width" => 1070
            "1536x1536-height" => 585
            "2048x2048" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/installation-poele.jpg"
            "2048x2048-width" => 1070
            "2048x2048-height" => 585
            "square_sm" => "https://lemotiongaz.fr/wp-content/uploads/2020/09/installation-poele-300x300.jpg"
            "square_sm-width" => 300
            "square_sm-height" => 300
          ]
        ]
        "text" => "Comprendre les travaux nécessaires à l'installation d'un poêle ou d'une cheminée gaz n'est pas si simple. De même pour ce qu'il est nécessaire de faire pour l'entretien de l'appareil. Nous vous donnons un maximum d'informations. "
      ]
      +"cat_top": array:2 [
        "title" => ""
        "text" => "Comprendre les travaux nécessaires à l'installation d'un poêle ou d'une cheminée gaz n'est pas si simple. De même pour ce qu'il est nécessaire de faire pour l'entretien de l'appareil. Nous vous donnons un maximum d'informations. \r\n"
      ]
      +"cat_bottom": array:4 [
        "title" => "Votre projet gaz : une installation réalisée en toute conformité́ "
        "text" => """
          <p>Nos cheministes et Professionnels du Gaz s&#8217;engagent à réaliser votre installation dans le respect de la règlementation en vigueur.<br />\n
          Du choix de votre équipement, à votre raccordement gaz, en passant par l’intégration convenant le mieux à votre intérieur, ils vous accompagneront avec un objectif constant de performance, sécurité et excellence de réalisation.<br />\n
          Faites appel à un membre de notre réseau pour vous conseiller et réchauffer votre intérieur !</p>\n
          """
        "link" => array:3 [
          "title" => "Trouver un point de vente"
          "url" => "https://lemotiongaz.fr/points-de-vente/"
          "target" => ""
        ]
        "image" => array:24 [
          "ID" => 6201
          "id" => 6201
          "title" => "installation"
          "filename" => "installation.jpg"
          "filesize" => 18553
          "url" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/installation.jpg"
          "link" => "https://lemotiongaz.fr/la-flamme-gaz/installation/"
          "alt" => "Installation d'un foyer gaz"
          "author" => "2"
          "description" => ""
          "caption" => ""
          "name" => "installation"
          "status" => "inherit"
          "uploaded_to" => 52
          "date" => "2022-09-14 14:53:15"
          "modified" => "2022-09-14 14:53:25"
          "menu_order" => 0
          "mime_type" => "image/jpeg"
          "type" => "image"
          "subtype" => "jpeg"
          "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
          "width" => 550
          "height" => 320
          "sizes" => array:21 [
            "thumbnail" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/installation-150x150.jpg"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/installation-300x175.jpg"
            "medium-width" => 300
            "medium-height" => 175
            "medium_large" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/installation.jpg"
            "medium_large-width" => 550
            "medium_large-height" => 320
            "large" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/installation.jpg"
            "large-width" => 550
            "large-height" => 320
            "1536x1536" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/installation.jpg"
            "1536x1536-width" => 550
            "1536x1536-height" => 320
            "2048x2048" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/installation.jpg"
            "2048x2048-width" => 550
            "2048x2048-height" => 320
            "square_sm" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/installation-300x300.jpg"
            "square_sm-width" => 300
            "square_sm-height" => 300
          ]
        ]
      ]
      +"cat_options": array:1 [
        "hide" => false
      ]
    }
  ]
  "prev_cat" => false
  "next_cat" => false
]

TimberPost


ID:
post_type:
slug:
post_name:
post_title:
array:22 [
  "ImageClass" => "Timber\Image"
  "PostClass" => "Timber\Post"
  "TermClass" => "Timber\Term"
  "object_type" => "post"
  "custom" => []
  "\x00*\x00___content" => null
  "\x00*\x00_permalink" => null
  "\x00*\x00_next" => []
  "\x00*\x00_prev" => []
  "\x00*\x00_css_class" => null
  "id" => null
  "ID" => null
  "post_author" => null
  "post_content" => null
  "post_date" => null
  "post_excerpt" => null
  "post_parent" => null
  "post_status" => null
  "post_title" => null
  "post_type" => null
  "slug" => null
  "\x00*\x00__type" => null
]

Timber Context


Base Context

array:10 [
  "http_host" => "https://lemotiongaz.fr"
  "wp_title" => "Uncategorized Archives - L&#039;Emotion GAZ"
  "body_class" => "archive category category-uncategorized category-2"
  "site" => Site {#19877
    +admin_email: "admin@adveris.fr"
    +blogname: null
    +charset: "UTF-8"
    +description: ""
    +id: null
    +language: "fr_FR"
    +multisite: false
    +name: "L&#039;Emotion GAZ"
    +pingback_url: "https://lemotiongaz.fr/xmlrpc.php"
    +siteurl: null
    +theme: Theme {#19876
      +name: "Yagami - Adveris"
      +version: ""
      +parent: false
      +parent_slug: null
      +slug: "yagami-adveris"
      +uri: "https://lemotiongaz.fr/wp-content/themes/yagami-adveris"
      -theme: WP_Theme {#19875
        +update: false
        -theme_root: "/var/www/lemotiongaz.fr/wp-content/themes"
        -headers: array:14 [
          "Name" => "Yagami - Adveris"
          "ThemeURI" => ""
          "Description" => "Custom starter to build wordpress theme from scratch"
          "Author" => "Kévin Vacherot"
          "AuthorURI" => "https://www.linkedin.com/in/k%C3%A9vin-vacherot-b9a004a2/"
          "Version" => ""
          "Template" => ""
          "Status" => ""
          "Tags" => "yagami, blank"
          "TextDomain" => "Yagami"
          "DomainPath" => ""
          "RequiresWP" => ""
          "RequiresPHP" => ""
          "UpdateURI" => ""
        ]
        -headers_sanitized: array:2 [
          "Name" => "Yagami - Adveris"
          "Version" => ""
        ]
        -block_theme: false
        -name_translated: null
        -errors: null
        -stylesheet: "yagami-adveris"
        -template: "yagami-adveris"
        -parent: null
        -theme_root_uri: "https://lemotiongaz.fr/wp-content/themes"
        -textdomain_loaded: null
        -cache_hash: "300f065248ade7d33b28254efa31c4e5"
        -block_template_folders: array:2 [
          "wp_template" => "templates"
          "wp_template_part" => "parts"
        ]
        -default_template_folders: array:2 [
          "wp_template" => "templates"
          "wp_template_part" => "parts"
        ]
      }
      +id: null
      +ID: null
      +object_type: null
    }
    +title: "L&#039;Emotion GAZ"
    +url: "https://lemotiongaz.fr"
    +home_url: "https://lemotiongaz.fr"
    +site_url: "https://lemotiongaz.fr"
    +rdf: "https://lemotiongaz.fr/feed/rdf/"
    +rss: "https://lemotiongaz.fr/feed/rss/"
    +rss2: "https://lemotiongaz.fr/feed/"
    +atom: "https://lemotiongaz.fr/feed/atom/"
    +ID: null
    +object_type: null
    +"pingback": "https://lemotiongaz.fr/xmlrpc.php"
  }
  "request" => Request {#19874
    +post: []
    +get: []
    +id: null
    +ID: null
    +object_type: null
  }
  "user" => false
  "theme" => Theme {#19876}
  "posts" => PostQuery {#19872
    +found_posts: 0
    #userQuery: false
    #queryIterator: QueryIterator {#19871
      -_query: WP_Query {#10351
        +query: array:1 [
          "category_name" => "uncategorized"
        ]
        +query_vars: array:65 [
          "category_name" => "uncategorized"
          "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
          "tag" => ""
          "cat" => 2
          "tag_id" => ""
          "author" => ""
          "author_name" => ""
          "feed" => ""
          "tb" => ""
          "paged" => 0
          "meta_key" => ""
          "meta_value" => ""
          "preview" => ""
          "s" => ""
          "sentence" => ""
          "title" => ""
          "fields" => ""
          "menu_order" => ""
          "embed" => ""
          "category__in" => []
          "category__not_in" => []
          "category__and" => []
          "post__in" => []
          "post__not_in" => []
          "post_name__in" => []
          "tag__in" => []
          "tag__not_in" => []
          "tag__and" => []
          "tag_slug__in" => []
          "tag_slug__and" => []
          "post_parent__in" => []
          "post_parent__not_in" => []
          "author__in" => []
          "author__not_in" => []
          "search_columns" => []
          "ignore_sticky_posts" => false
          "suppress_filters" => false
          "cache_results" => true
          "update_post_term_cache" => true
          "update_menu_item_cache" => false
          "lazy_load_term_meta" => true
          "update_post_meta_cache" => true
          "post_type" => ""
          "posts_per_page" => 10
          "nopaging" => false
          "comments_per_page" => "50"
          "no_found_rows" => false
          "order" => "DESC"
        ]
        +tax_query: WP_Tax_Query {#19652
          +queries: array:1 [
            0 => array:5 [
              "taxonomy" => "category"
              "terms" => array:1 [
                0 => "uncategorized"
              ]
              "field" => "slug"
              "operator" => "IN"
              "include_children" => true
            ]
          ]
          +relation: "AND"
          #table_aliases: array:1 [
            0 => "emo_term_relationships"
          ]
          +queried_terms: array:1 [
            "category" => array:2 [
              "terms" => array:1 [
                0 => "uncategorized"
              ]
              "field" => "slug"
            ]
          ]
          +primary_table: "emo_posts"
          +primary_id_column: "ID"
        }
        +meta_query: WP_Meta_Query {#19655
          +queries: []
          +relation: null
          +meta_table: null
          +meta_id_column: null
          +primary_table: null
          +primary_id_column: null
          #table_aliases: []
          #clauses: []
          #has_or_relation: false
        }
        +date_query: false
        +queried_object: WP_Term {#19669
          +term_id: 2
          +name: "Uncategorized"
          +slug: "uncategorized"
          +term_group: 0
          +term_taxonomy_id: 2
          +taxonomy: "category"
          +description: "Articles du site sans catégories."
          +parent: 0
          +count: 0
          +filter: "raw"
          +"term_order": "0"
          +"cat_ID": 2
          +"category_count": 0
          +"category_description": "Articles du site sans catégories."
          +"cat_name": "Uncategorized"
          +"category_nicename": "uncategorized"
          +"category_parent": 0
        }
        +queried_object_id: 2
        +request: """
          \n
          \t\t\t\t\tSELECT SQL_CALC_FOUND_ROWS  emo_posts.ID\n
          \t\t\t\t\tFROM emo_posts  LEFT JOIN emo_term_relationships ON (emo_posts.ID = emo_term_relationships.object_id)\n
          \t\t\t\t\tWHERE 1=1  AND ( \n
            emo_term_relationships.term_taxonomy_id IN (2)\n
          ) AND ((emo_posts.post_type = 'post' AND (emo_posts.post_status = 'publish' OR emo_posts.post_status = 'acf-disabled')))\n
          \t\t\t\t\tGROUP BY emo_posts.ID\n
          \t\t\t\t\tORDER BY emo_posts.menu_order, emo_posts.post_date DESC\n
          \t\t\t\t\tLIMIT 0, 10\n
          \t\t\t\t
          """
        +posts: & []
        +post_count: 0
        +current_post: -1
        +before_loop: true
        +in_the_loop: false
        +comment_count: 0
        +current_comment: -1
        +found_posts: 0
        +max_num_pages: 0
        +max_num_comment_pages: 0
        +is_single: false
        +is_preview: false
        +is_page: false
        +is_archive: true
        +is_date: false
        +is_year: false
        +is_month: false
        +is_day: false
        +is_time: false
        +is_author: false
        +is_category: true
        +is_tag: false
        +is_tax: false
        +is_search: false
        +is_feed: false
        +is_comment_feed: false
        +is_trackback: false
        +is_home: false
        +is_privacy_policy: false
        +is_404: false
        +is_embed: false
        +is_paged: false
        +is_admin: false
        +is_attachment: false
        +is_singular: false
        +is_robots: false
        +is_favicon: false
        +is_posts_page: false
        +is_post_type_archive: false
        -query_vars_hash: "79e31f8a1117a43f43a3c6b0bb25ffae"
        -query_vars_changed: false
        +thumbnails_cached: false
        #allow_query_attachment_by_filename: false
        -stopwords: null
        -compat_fields: array:2 [
          0 => "query_vars_hash"
          1 => "query_vars_changed"
        ]
        -compat_methods: array:2 [
          0 => "init_query_flags"
          1 => "parse_tax_query"
        ]
      }
      -_posts_class: "\Timber\Post"
    }
    #pagination: null
    flag::STD_PROP_LIST: false
    flag::ARRAY_AS_PROPS: false
    iteratorClass: "Timber\PostsIterator"
    storage: []
  }
  "wp_head" => FunctionWrapper {#19870
    -_class: null
    -_function: "wp_head"
    -_args: []
    -_use_ob: false
  }
  "wp_footer" => FunctionWrapper {#19868
    -_class: null
    -_function: "wp_footer"
    -_args: []
    -_use_ob: false
  }
]

Custom Context

array:25 [
  "timber" => TimberManager {#9776
    -configuration: array:3 [
      "timber" => array:2 [
        "views_location" => "/views"
        "links" => array:2 [
          "archives" => array:1 [
            "news" => "post"
          ]
          "pages" => array:1 [
            "page_exemple" => 2
          ]
        ]
      ]
      "wordpress" => array:7 [
        "show_admin_bar" => false
        "clear_head_for_yoast" => true
        "query_vars" => array:5 [
          0 => "custom_var_1"
          1 => "custom_var_2"
          2 => "custom_var_3"
          3 => "custom_var_4"
          4 => "custom_var_5"
        ]
        "theme_supports" => array:5 [
          0 => "title-tag"
          1 => "post-formats"
          2 => "post-thumbnails"
          3 => "menus"
          4 => array:2 [
            "support" => "html5"
            "arg" => array:5 [
              0 => "comment-list"
              1 => "comment-form"
              2 => "search-form"
              3 => "gallery"
              4 => "caption"
            ]
          ]
        ]
        "menus" => array:3 [
          "primary" => "Menu Principal"
          "secondary" => "Menu Secondaire"
          "top" => "Menu Top"
        ]
        "remove_action" => array:1 [
          "wp_head" => "wp_generator"
        ]
        "images_sizes" => array:1 [
          "square_sm" => array:3 [
            "w" => 300
            "h" => 300
            "crop" => array:2 [
              0 => "center"
              1 => "center"
            ]
          ]
        ]
      ]
      "acf" => array:2 [
        "google_map_api_key" => "AIzaSyBN0zLpXrKMTNyzCVnoNykuuJPPzcq2W-g"
        "options" => array:4 [
          "mega_menu" => array:1 [
            "page" => array:4 [
              "page_title" => "Mega menu"
              "menu_title" => "Mega menu"
              "menu_slug" => "mega-menu"
              "capability" => "edit_posts"
            ]
          ]
          "mega_menu_mobile" => array:1 [
            "page" => array:4 [
              "page_title" => "Mega menu mobile"
              "menu_title" => "Mega menu mobile"
              "menu_slug" => "mega-menu-mobile"
              "capability" => "edit_posts"
            ]
          ]
          "options_page" => array:1 [
            "page" => array:4 [
              "page_title" => "Formulaire Guide"
              "menu_title" => "Formulaire Guide"
              "menu_slug" => "form-guid"
              "capability" => "edit_posts"
            ]
          ]
          "general_options" => array:1 [
            "page" => array:4 [
              "page_title" => "Options générales"
              "menu_title" => "Options générales"
              "menu_slug" => "general_options"
              "capability" => "edit_posts"
            ]
          ]
        ]
      ]
    ]
  }
  "services" => TimberService {#20070}
  "translations" => array:2 [
    "yagami_demo_title" => "Site de démonstration<br/> du starter thème "Yagami Adveris""
    "yagami_demo_content" => "Ce site Wordpress de démonstration présente le starter Adveris avec le thème "Yagami Adveris". Ce starter installe nativement les modules clés pour un site Wordpress optimisé. Le thème est ensuite adapté au design 100% sur-mesure créé par le studio créatif de l'agence."
  ]
  "src" => "https://lemotiongaz.fr/wp-content/themes/yagami-adveris/web/src"
  "img" => "https://lemotiongaz.fr/wp-content/themes/yagami-adveris/web/src/img"
  "dist" => "https://lemotiongaz.fr/wp-content/themes/yagami-adveris/web/dist"
  "options" => array:33 [
    "banner_header" => "Le réseau Français des Poêles et Cheminées Gaz"
    "cookies_banner_text" => "En poursuivant votre navigation, vous acceptez l’utilisation des cookies pour vous proposer des services adaptés et mesurer la fréquentation du site. <a href="https://lemotiongaz.fr/mentions-legales/#cookies" style="color: #FFF;">En savoir plus</a>"
    "footer_copyright" => "© 2023 - Création du site : <a href="https://www.adveris.fr" target="_blank" rel="noopener">Adveris</a> - <!-- CookiePro Cookies Settings button start --> <button id="ot-sdk-btn" class="ot-sdk-show-settings" style="color: #3f3a3e!important; border: none!important; background: no-repeat!important; padding: inherit!important; font-size: 14px!important; line-height: initial!important;">Cookie Settings</button> <!-- CookiePro Cookies Settings button end -->"
    "mega_button" => array:3 [
      "title" => "Télécharger votre guide"
      "url" => "https://lemotiongaz.fr/landings/telechargez-votre-guide/"
      "target" => ""
    ]
    "mega_menu" => array:5 [
      0 => array:2 [
        "link" => array:3 [
          "title" => "Flamme gaz"
          "url" => "https://lemotiongaz.fr/la-flamme-gaz/"
          "target" => ""
        ]
        "columns" => false
      ]
      1 => array:2 [
        "link" => array:3 [
          "title" => "Cheminée gaz"
          "url" => "https://lemotiongaz.fr/type/cheminee-a-gaz/"
          "target" => ""
        ]
        "columns" => array:3 [
          0 => array:6 [
            "title" => "Choisir une cheminée gaz"
            "layout" => "list"
            "image" => false
            "link" => null
            "list" => array:3 [
              0 => array:1 [ …1]
              1 => array:1 [ …1]
              2 => array:1 [ …1]
            ]
            "button" => array:3 [
              "title" => "Voir tous les produits "
              "url" => "https://lemotiongaz.fr/type/cheminee-a-gaz/"
              "target" => ""
            ]
          ]
          1 => array:6 [
            "title" => "Préparez votre projet de cheminée"
            "layout" => "list"
            "image" => false
            "link" => null
            "list" => array:5 [
              0 => array:1 [ …1]
              1 => array:1 [ …1]
              2 => array:1 [ …1]
              3 => array:1 [ …1]
              4 => array:1 [ …1]
            ]
            "button" => ""
          ]
          2 => array:6 [
            "title" => "Voir les réalisations de nos partenaires"
            "layout" => "image"
            "image" => array:24 [
              "ID" => 6211
              "id" => 6211
              "title" => "cheminee-gaz-realisation-partenaire"
              "filename" => "cheminee-gaz-realisation-partenaire.jpg"
              "filesize" => 16645
              "url" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/cheminee-gaz-realisation-partenaire.jpg"
              "link" => "https://lemotiongaz.fr/cheminee-gaz-realisation-partenaire/"
              "alt" => "Cheminée gaz : réalisations"
              "author" => "2"
              "description" => ""
              "caption" => ""
              "name" => "cheminee-gaz-realisation-partenaire"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2022-09-14 15:57:09"
              "modified" => "2022-09-14 15:57:17"
              "menu_order" => 0
              "mime_type" => "image/jpeg"
              "type" => "image"
              "subtype" => "jpeg"
              "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
              "width" => 340
              "height" => 222
              "sizes" => array:21 [ …21]
            ]
            "link" => array:3 [
              "title" => ""
              "url" => "https://lemotiongaz.fr/types-temoignages/cheminee/"
              "target" => ""
            ]
            "list" => false
            "button" => null
          ]
        ]
      ]
      2 => array:2 [
        "link" => array:3 [
          "title" => "Poêle gaz"
          "url" => "https://lemotiongaz.fr/type/poele-a-gaz/"
          "target" => ""
        ]
        "columns" => array:3 [
          0 => array:6 [
            "title" => "Choisir un poêle à gaz"
            "layout" => "list"
            "image" => false
            "link" => null
            "list" => array:3 [
              0 => array:1 [ …1]
              1 => array:1 [ …1]
              2 => array:1 [ …1]
            ]
            "button" => array:3 [
              "title" => "Voir tous les produits "
              "url" => "https://lemotiongaz.fr/type/poele-a-gaz/"
              "target" => ""
            ]
          ]
          1 => array:6 [
            "title" => "Préparer votre projet de poêle"
            "layout" => "list"
            "image" => false
            "link" => null
            "list" => array:5 [
              0 => array:1 [ …1]
              1 => array:1 [ …1]
              2 => array:1 [ …1]
              3 => array:1 [ …1]
              4 => array:1 [ …1]
            ]
            "button" => ""
          ]
          2 => array:6 [
            "title" => "Voir les réalisations de nos partenaires"
            "layout" => "image"
            "image" => array:24 [
              "ID" => 6212
              "id" => 6212
              "title" => "Poele-gaz-realisation-partenaire"
              "filename" => "Poele-gaz-realisation-partenaire.jpg"
              "filesize" => 12834
              "url" => "https://lemotiongaz.fr/wp-content/uploads/2022/09/Poele-gaz-realisation-partenaire.jpg"
              "link" => "https://lemotiongaz.fr/poele-gaz-realisation-partenaire/"
              "alt" => "Réalisation poêle à gaz"
              "author" => "2"
              "description" => ""
              "caption" => ""
              "name" => "poele-gaz-realisation-partenaire"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2022-09-14 16:17:23"
              "modified" => "2022-09-14 16:17:31"
              "menu_order" => 0
              "mime_type" => "image/jpeg"
              "type" => "image"
              "subtype" => "jpeg"
              "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
              "width" => 340
              "height" => 222
              "sizes" => array:21 [ …21]
            ]
            "link" => array:3 [
              "title" => ""
              "url" => "https://lemotiongaz.fr/types-temoignages/poele/"
              "target" => ""
            ]
            "list" => false
            "button" => null
          ]
        ]
      ]
      3 => array:2 [
        "link" => array:3 [
          "title" => "Points de vente"
          "url" => "https://lemotiongaz.fr/points-de-vente/"
          "target" => ""
        ]
        "columns" => false
      ]
      4 => array:2 [
        "link" => array:3 [
          "title" => "Votre projet"
          "url" => "https://lemotiongaz.fr/nos-conseils-cheminee-ou-poele/"
          "target" => ""
        ]
        "columns" => false
      ]
    ]
    "mega_menu_mobile" => array:8 [
      0 => array:2 [
        "link" => array:3 [
          "title" => "La flamme gaz"
          "url" => "https://lemotiongaz.fr/la-flamme-gaz/"
          "target" => ""
        ]
        "columns" => false
      ]
      1 => array:2 [
        "link" => array:3 [
          "title" => "Poêle à gaz"
          "url" => "https://lemotiongaz.fr/type/poele-a-gaz/"
          "target" => ""
        ]
        "columns" => false
      ]
      2 => array:2 [
        "link" => array:3 [
          "title" => "Cheminée gaz"
          "url" => "https://lemotiongaz.fr/type/cheminee-a-gaz/"
          "target" => ""
        ]
        "columns" => false
      ]
      3 => array:2 [
        "link" => array:3 [
          "title" => "Nos réalisations"
          "url" => "https://lemotiongaz.fr/types-temoignages/cheminee/"
          "target" => ""
        ]
        "columns" => false
      ]
      4 => array:2 [
        "link" => array:3 [
          "title" => "Conseils pour votre projet"
          "url" => "https://lemotiongaz.fr/nos-conseils-cheminee-ou-poele/"
          "target" => ""
        ]
        "columns" => false
      ]
      5 => array:2 [
        "link" => array:3 [
          "title" => "Les points de vente"
          "url" => "https://lemotiongaz.fr/points-de-vente/"
          "target" => ""
        ]
        "columns" => false
      ]
      6 => array:2 [
        "link" => array:3 [
          "title" => "Qui sommes-nous ?"
          "url" => "https://lemotiongaz.fr/qui-sommes-nous/"
          "target" => ""
        ]
        "columns" => false
      ]
      7 => array:2 [
        "link" => array:3 [
          "title" => "Espace pro"
          "url" => "https://lemotiongaz.fr/espace-pro/"
          "target" => ""
        ]
        "columns" => false
      ]
    ]
    "mega_menu_mobile_btn" => array:3 [
      "title" => "Télécharger votre guide"
      "url" => "https://lemotiongaz.fr/landings/telechargez-votre-guide/"
      "target" => ""
    ]
    "opt_form_img" => array:24 [
      "ID" => 5135
      "id" => 5135
      "title" => "Couverture_Landing_632x842"
      "filename" => "Couverture_Landing_632x842.jpg"
      "filesize" => 145400
      "url" => "https://lemotiongaz.fr/wp-content/uploads/2021/03/Couverture_Landing_632x842.jpg"
      "link" => "https://lemotiongaz.fr/couverture_landing_632x842/"
      "alt" => "Téléchargez le guide chéeinée gaz"
      "author" => "2"
      "description" => ""
      "caption" => "Téléchargez le guide cheminée gaz"
      "name" => "couverture_landing_632x842"
      "status" => "inherit"
      "uploaded_to" => 0
      "date" => "2021-03-04 15:42:37"
      "modified" => "2023-09-18 07:51:35"
      "menu_order" => 0
      "mime_type" => "image/jpeg"
      "type" => "image"
      "subtype" => "jpeg"
      "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
      "width" => 632
      "height" => 842
      "sizes" => array:21 [
        "thumbnail" => "https://lemotiongaz.fr/wp-content/uploads/2021/03/Couverture_Landing_632x842-150x150.jpg"
        "thumbnail-width" => 150
        "thumbnail-height" => 150
        "medium" => "https://lemotiongaz.fr/wp-content/uploads/2021/03/Couverture_Landing_632x842-225x300.jpg"
        "medium-width" => 225
        "medium-height" => 300
        "medium_large" => "https://lemotiongaz.fr/wp-content/uploads/2021/03/Couverture_Landing_632x842.jpg"
        "medium_large-width" => 632
        "medium_large-height" => 842
        "large" => "https://lemotiongaz.fr/wp-content/uploads/2021/03/Couverture_Landing_632x842.jpg"
        "large-width" => 632
        "large-height" => 842
        "1536x1536" => "https://lemotiongaz.fr/wp-content/uploads/2021/03/Couverture_Landing_632x842.jpg"
        "1536x1536-width" => 632
        "1536x1536-height" => 842
        "2048x2048" => "https://lemotiongaz.fr/wp-content/uploads/2021/03/Couverture_Landing_632x842.jpg"
        "2048x2048-width" => 632
        "2048x2048-height" => 842
        "square_sm" => "https://lemotiongaz.fr/wp-content/uploads/2021/03/Couverture_Landing_632x842-300x300.jpg"
        "square_sm-width" => 300
        "square_sm-height" => 300
      ]
    ]
    "opt_form_link" => array:3 [
      "title" => "En savoir plus"
      "url" => "https://lemotiongaz.fr/landings/telechargez-votre-guide/"
      "target" => ""
    ]
    "opt_form_text" => """
      Sécurité, intégration standard et sur-mesure, mise en oeuvre… <br>\r\n
      Tout savoir sur les produits cheminée/poêle fonctionnant au gaz
      """
    "opt_form_title" => "TÉLÉCHARGER VOTRE GUIDE"
    "option_contact_email" => "contact@lemotiongaz.org"
    "option_contact_email_address" => ""
    "option_contact_phone" => "01 83 62 85 80"
    "options_comparator_results_link" => ""
    "options_link_espace_pro" => array:3 [
      "title" => "Espace pro"
      "url" => "https://lemotiongaz.fr/espace-pro/"
      "target" => ""
    ]
    "options_link_login" => array:3 [
      "title" => "Login"
      "url" => "https://lemotiongaz.fr/login-pro/"
      "target" => ""
    ]
    "options_link_outlets" => array:3 [
      "title" => "Les points de vente"
      "url" => "https://lemotiongaz.fr/points-de-vente/"
      "target" => ""
    ]
    "options_link_products" => array:3 [
      "title" => "Nos produits"
      "url" => "https://lemotiongaz.fr/nos-produits/"
      "target" => ""
    ]
    "options_link_testimony" => ""
    "options_outlet_meta" => "vous invite à venir découvrir dans son espace showroom le confort et la beauté de la flamme gaz (appareil en fonctionnement). Notre point de vente s’engage à réaliser une étude personnalisée afin de vous faire découvrir tous les avantages du poêle et de la cheminée gaz. Pour toute question sur notre réseau ou nos membres : contact@lemotiongaz.fr"
    "options_pro_area_content" => "<p>Si vous êtes déjà membre du réseau l&#8217;Emotion Gaz, veuillez vous identifier</p>\n"
    "options_pro_area_shortcode" => "[ultimatemember form_id="368"]"
    "options_pro_area_title" => "Espace Pro"
    "options_sales_points_content" => "<p>Géolocalisez-vous pour trouver rapidement le point de vente le plus proche de chez vous ! Découvrez les showrooms avec les appareils en fonctionnement.</p>\n"
    "options_sales_points_image" => false
    "options_sales_points_link" => array:3 [
      "title" => "Trouver un point de vente"
      "url" => "https://lemotiongaz.fr/points-de-vente/"
      "target" => ""
    ]
    "options_sales_points_title" => "Découvrez les points de vente près de chez vous"
    "options_types" => false
    "product_advice_items" => false
    "product_advice_title" => ""
    "scripts_analytics" => ""
    "social_network" => array:4 [
      0 => array:2 [
        "url" => "https://fr-fr.facebook.com/lemotiongaz/"
        "img" => array:24 [
          "ID" => 92
          "id" => 92
          "title" => "Fill 92"
          "filename" => "Fill-92.svg"
          "filesize" => 1098
          "url" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-92.svg"
          "link" => "https://lemotiongaz.fr/fill-92/"
          "alt" => "Facebook"
          "author" => "1"
          "description" => ""
          "caption" => ""
          "name" => "fill-92"
          "status" => "inherit"
          "uploaded_to" => 0
          "date" => "2019-11-12 10:16:31"
          "modified" => "2023-09-18 07:07:38"
          "menu_order" => 0
          "mime_type" => "image/svg+xml"
          "type" => "image"
          "subtype" => "svg+xml"
          "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
          "width" => 0
          "height" => 0
          "sizes" => array:21 [
            "thumbnail" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-92.svg"
            "thumbnail-width" => 1
            "thumbnail-height" => 1
            "medium" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-92.svg"
            "medium-width" => 1
            "medium-height" => 1
            "medium_large" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-92.svg"
            "medium_large-width" => 1
            "medium_large-height" => 1
            "large" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-92.svg"
            "large-width" => 1
            "large-height" => 1
            "1536x1536" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-92.svg"
            "1536x1536-width" => 1
            "1536x1536-height" => 1
            "2048x2048" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-92.svg"
            "2048x2048-width" => 1
            "2048x2048-height" => 1
            "square_sm" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-92.svg"
            "square_sm-width" => 1
            "square_sm-height" => 1
          ]
        ]
      ]
      1 => array:2 [
        "url" => "https://twitter.com/lemotiongaz?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor"
        "img" => array:24 [
          "ID" => 94
          "id" => 94
          "title" => "Fill 93"
          "filename" => "Fill-93.svg"
          "filesize" => 1976
          "url" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-93.svg"
          "link" => "https://lemotiongaz.fr/fill-93/"
          "alt" => "Twitter"
          "author" => "1"
          "description" => ""
          "caption" => ""
          "name" => "fill-93"
          "status" => "inherit"
          "uploaded_to" => 0
          "date" => "2019-11-12 10:16:36"
          "modified" => "2023-09-18 07:08:26"
          "menu_order" => 0
          "mime_type" => "image/svg+xml"
          "type" => "image"
          "subtype" => "svg+xml"
          "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
          "width" => 0
          "height" => 0
          "sizes" => array:21 [
            "thumbnail" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-93.svg"
            "thumbnail-width" => 1
            "thumbnail-height" => 1
            "medium" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-93.svg"
            "medium-width" => 1
            "medium-height" => 1
            "medium_large" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-93.svg"
            "medium_large-width" => 1
            "medium_large-height" => 1
            "large" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-93.svg"
            "large-width" => 1
            "large-height" => 1
            "1536x1536" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-93.svg"
            "1536x1536-width" => 1
            "1536x1536-height" => 1
            "2048x2048" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-93.svg"
            "2048x2048-width" => 1
            "2048x2048-height" => 1
            "square_sm" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-93.svg"
            "square_sm-width" => 1
            "square_sm-height" => 1
          ]
        ]
      ]
      2 => array:2 [
        "url" => "https://www.instagram.com/lemotiongaz/?hl=fr"
        "img" => array:24 [
          "ID" => 100
          "id" => 100
          "title" => "Group 21"
          "filename" => "Group-21-1.svg"
          "filesize" => 2144
          "url" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Group-21-1.svg"
          "link" => "https://lemotiongaz.fr/group-21/"
          "alt" => "Instagram"
          "author" => "1"
          "description" => ""
          "caption" => ""
          "name" => "group-21"
          "status" => "inherit"
          "uploaded_to" => 0
          "date" => "2019-11-12 10:20:09"
          "modified" => "2023-09-18 07:09:24"
          "menu_order" => 0
          "mime_type" => "image/svg+xml"
          "type" => "image"
          "subtype" => "svg+xml"
          "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
          "width" => 0
          "height" => 0
          "sizes" => array:21 [
            "thumbnail" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Group-21-1.svg"
            "thumbnail-width" => 1
            "thumbnail-height" => 1
            "medium" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Group-21-1.svg"
            "medium-width" => 1
            "medium-height" => 1
            "medium_large" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Group-21-1.svg"
            "medium_large-width" => 1
            "medium_large-height" => 1
            "large" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Group-21-1.svg"
            "large-width" => 1
            "large-height" => 1
            "1536x1536" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Group-21-1.svg"
            "1536x1536-width" => 1
            "1536x1536-height" => 1
            "2048x2048" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Group-21-1.svg"
            "2048x2048-width" => 1
            "2048x2048-height" => 1
            "square_sm" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Group-21-1.svg"
            "square_sm-width" => 1
            "square_sm-height" => 1
          ]
        ]
      ]
      3 => array:2 [
        "url" => "https://www.pinterest.fr/lemotiongaz/"
        "img" => array:24 [
          "ID" => 96
          "id" => 96
          "title" => "Fill 174"
          "filename" => "Fill-174.svg"
          "filesize" => 2053
          "url" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-174.svg"
          "link" => "https://lemotiongaz.fr/fill-174/"
          "alt" => "Pinterest"
          "author" => "1"
          "description" => ""
          "caption" => ""
          "name" => "fill-174"
          "status" => "inherit"
          "uploaded_to" => 0
          "date" => "2019-11-12 10:16:41"
          "modified" => "2023-09-18 07:06:09"
          "menu_order" => 0
          "mime_type" => "image/svg+xml"
          "type" => "image"
          "subtype" => "svg+xml"
          "icon" => "https://lemotiongaz.fr/wp-includes/images/media/default.png"
          "width" => 0
          "height" => 0
          "sizes" => array:21 [
            "thumbnail" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-174.svg"
            "thumbnail-width" => 1
            "thumbnail-height" => 1
            "medium" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-174.svg"
            "medium-width" => 1
            "medium-height" => 1
            "medium_large" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-174.svg"
            "medium_large-width" => 1
            "medium_large-height" => 1
            "large" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-174.svg"
            "large-width" => 1
            "large-height" => 1
            "1536x1536" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-174.svg"
            "1536x1536-width" => 1
            "1536x1536-height" => 1
            "2048x2048" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-174.svg"
            "2048x2048-width" => 1
            "2048x2048-height" => 1
            "square_sm" => "https://lemotiongaz.fr/wp-content/uploads/2019/11/Fill-174.svg"
            "square_sm-width" => 1
            "square_sm-height" => 1
          ]
        ]
      ]
    ]
  ]
  "is_device" => false
  "links" => array:2 [
    "archives" => array:1 [
      "news" => "https://lemotiongaz.fr/nos-conseils-cheminee-ou-poele/"
    ]
    "pages" => array:1 [
      "page_exemple" => "https://lemotiongaz.fr/?page_id="
    ]
  ]
  "clear_head_for_yoast" => true
  "google_map_api_key" => "AIzaSyBN0zLpXrKMTNyzCVnoNykuuJPPzcq2W-g"
  "blog_page_url" => "https://lemotiongaz.fr/nos-conseils-cheminee-ou-poele/"
  "logged_in" => false
  "site_url" => "https://lemotiongaz.fr"
  "http_host" => "https://lemotiongaz.fr"
  "wp_title" => "Uncategorized Archives - L&#039;Emotion GAZ"
  "body_class" => "archive category category-uncategorized category-2"
  "site" => Site {#19877
    +admin_email: "admin@adveris.fr"
    +blogname: null
    +charset: "UTF-8"
    +description: ""
    +id: null
    +language: "fr_FR"
    +multisite: false
    +name: "L&#039;Emotion GAZ"
    +pingback_url: "https://lemotiongaz.fr/xmlrpc.php"
    +siteurl: null
    +theme: Theme {#19876
      +name: "Yagami - Adveris"
      +version: ""
      +parent: false
      +parent_slug: null
      +slug: "yagami-adveris"
      +uri: "https://lemotiongaz.fr/wp-content/themes/yagami-adveris"
      -theme: WP_Theme {#19875
        +update: false
        -theme_root: "/var/www/lemotiongaz.fr/wp-content/themes"
        -headers: array:14 [
          "Name" => "Yagami - Adveris"
          "ThemeURI" => ""
          "Description" => "Custom starter to build wordpress theme from scratch"
          "Author" => "Kévin Vacherot"
          "AuthorURI" => "https://www.linkedin.com/in/k%C3%A9vin-vacherot-b9a004a2/"
          "Version" => ""
          "Template" => ""
          "Status" => ""
          "Tags" => "yagami, blank"
          "TextDomain" => "Yagami"
          "DomainPath" => ""
          "RequiresWP" => ""
          "RequiresPHP" => ""
          "UpdateURI" => ""
        ]
        -headers_sanitized: array:2 [
          "Name" => "Yagami - Adveris"
          "Version" => ""
        ]
        -block_theme: false
        -name_translated: null
        -errors: null
        -stylesheet: "yagami-adveris"
        -template: "yagami-adveris"
        -parent: null
        -theme_root_uri: "https://lemotiongaz.fr/wp-content/themes"
        -textdomain_loaded: null
        -cache_hash: "300f065248ade7d33b28254efa31c4e5"
        -block_template_folders: array:2 [
          "wp_template" => "templates"
          "wp_template_part" => "parts"
        ]
        -default_template_folders: array:2 [
          "wp_template" => "templates"
          "wp_template_part" => "parts"
        ]
      }
      +id: null
      +ID: null
      +object_type: null
    }
    +title: "L&#039;Emotion GAZ"
    +url: "https://lemotiongaz.fr"
    +home_url: "https://lemotiongaz.fr"
    +site_url: "https://lemotiongaz.fr"
    +rdf: "https://lemotiongaz.fr/feed/rdf/"
    +rss: "https://lemotiongaz.fr/feed/rss/"
    +rss2: "https://lemotiongaz.fr/feed/"
    +atom: "https://lemotiongaz.fr/feed/atom/"
    +ID: null
    +object_type: null
    +"pingback": "https://lemotiongaz.fr/xmlrpc.php"
  }
  "request" => Request {#19874
    +post: []
    +get: []
    +id: null
    +ID: null
    +object_type: null
  }
  "user" => false
  "theme" => Theme {#19876}
  "posts" => PostQuery {#19872
    +found_posts: 0
    #userQuery: false
    #queryIterator: QueryIterator {#19871
      -_query: WP_Query {#10351
        +query: array:1 [
          "category_name" => "uncategorized"
        ]
        +query_vars: array:65 [
          "category_name" => "uncategorized"
          "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
          "tag" => ""
          "cat" => 2
          "tag_id" => ""
          "author" => ""
          "author_name" => ""
          "feed" => ""
          "tb" => ""
          "paged" => 0
          "meta_key" => ""
          "meta_value" => ""
          "preview" => ""
          "s" => ""
          "sentence" => ""
          "title" => ""
          "fields" => ""
          "menu_order" => ""
          "embed" => ""
          "category__in" => []
          "category__not_in" => []
          "category__and" => []
          "post__in" => []
          "post__not_in" => []
          "post_name__in" => []
          "tag__in" => []
          "tag__not_in" => []
          "tag__and" => []
          "tag_slug__in" => []
          "tag_slug__and" => []
          "post_parent__in" => []
          "post_parent__not_in" => []
          "author__in" => []
          "author__not_in" => []
          "search_columns" => []
          "ignore_sticky_posts" => false
          "suppress_filters" => false
          "cache_results" => true
          "update_post_term_cache" => true
          "update_menu_item_cache" => false
          "lazy_load_term_meta" => true
          "update_post_meta_cache" => true
          "post_type" => ""
          "posts_per_page" => 10
          "nopaging" => false
          "comments_per_page" => "50"
          "no_found_rows" => false
          "order" => "DESC"
        ]
        +tax_query: WP_Tax_Query {#19652
          +queries: array:1 [
            0 => array:5 [
              "taxonomy" => "category"
              "terms" => array:1 [ …1]
              "field" => "slug"
              "operator" => "IN"
              "include_children" => true
            ]
          ]
          +relation: "AND"
          #table_aliases: array:1 [
            0 => "emo_term_relationships"
          ]
          +queried_terms: array:1 [
            "category" => array:2 [
              "terms" => array:1 [ …1]
              "field" => "slug"
            ]
          ]
          +primary_table: "emo_posts"
          +primary_id_column: "ID"
        }
        +meta_query: WP_Meta_Query {#19655
          +queries: []
          +relation: null
          +meta_table: null
          +meta_id_column: null
          +primary_table: null
          +primary_id_column: null
          #table_aliases: []
          #clauses: []
          #has_or_relation: false
        }
        +date_query: false
        +queried_object: WP_Term {#19669
          +term_id: 2
          +name: "Uncategorized"
          +slug: "uncategorized"
          +term_group: 0
          +term_taxonomy_id: 2
          +taxonomy: "category"
          +description: "Articles du site sans catégories."
          +parent: 0
          +count: 0
          +filter: "raw"
          +"term_order": "0"
          +"cat_ID": 2
          +"category_count": 0
          +"category_description": "Articles du site sans catégories."
          +"cat_name": "Uncategorized"
          +"category_nicename": "uncategorized"
          +"category_parent": 0
        }
        +queried_object_id: 2
        +request: """
          \n
          \t\t\t\t\tSELECT SQL_CALC_FOUND_ROWS  emo_posts.ID\n
          \t\t\t\t\tFROM emo_posts  LEFT JOIN emo_term_relationships ON (emo_posts.ID = emo_term_relationships.object_id)\n
          \t\t\t\t\tWHERE 1=1  AND ( \n
            emo_term_relationships.term_taxonomy_id IN (2)\n
          ) AND ((emo_posts.post_type = 'post' AND (emo_posts.post_status = 'publish' OR emo_posts.post_status = 'acf-disabled')))\n
          \t\t\t\t\tGROUP BY emo_posts.ID\n
          \t\t\t\t\tORDER BY emo_posts.menu_order, emo_posts.post_date DESC\n
          \t\t\t\t\tLIMIT 0, 10\n
          \t\t\t\t
          """
        +posts: & []
        +post_count: 0
        +current_post: -1
        +before_loop: true
        +in_the_loop: false
        +comment_count: 0
        +current_comment: -1
        +found_posts: 0
        +max_num_pages: 0
        +max_num_comment_pages: 0
        +is_single: false
        +is_preview: false
        +is_page: false
        +is_archive: true
        +is_date: false
        +is_year: false
        +is_month: false
        +is_day: false
        +is_time: false
        +is_author: false
        +is_category: true
        +is_tag: false
        +is_tax: false
        +is_search: false
        +is_feed: false
        +is_comment_feed: false
        +is_trackback: false
        +is_home: false
        +is_privacy_policy: false
        +is_404: false
        +is_embed: false
        +is_paged: false
        +is_admin: false
        +is_attachment: false
        +is_singular: false
        +is_robots: false
        +is_favicon: false
        +is_posts_page: false
        +is_post_type_archive: false
        -query_vars_hash: "79e31f8a1117a43f43a3c6b0bb25ffae"
        -query_vars_changed: false
        +thumbnails_cached: false
        #allow_query_attachment_by_filename: false
        -stopwords: null
        -compat_fields: array:2 [
          0 => "query_vars_hash"
          1 => "query_vars_changed"
        ]
        -compat_methods: array:2 [
          0 => "init_query_flags"
          1 => "parse_tax_query"
        ]
      }
      -_posts_class: "\Timber\Post"
    }
    #pagination: null
    flag::STD_PROP_LIST: false
    flag::ARRAY_AS_PROPS: false
    iteratorClass: "Timber\PostsIterator"
    storage: []
  }
  "wp_head" => FunctionWrapper {#19870
    -_class: null
    -_function: "wp_head"
    -_args: []
    -_use_ob: false
  }
  "wp_footer" => FunctionWrapper {#19868
    -_class: null
    -_function: "wp_footer"
    -_args: []
    -_use_ob: false
  }
  "menu" => array:3 [
    "primary" => Menu {#19866
      +MenuItemClass: "Timber\MenuItem"
      +PostClass: "Timber\Post"
      +depth: 0
      +items: array:5 [
        0 => MenuItem {#19859
          +children: []
          +has_child_class: false
          +classes: array:5 [
            0 => ""
            1 => "menu-item"
            2 => "menu-item-type-post_type"
            3 => "menu-item-object-page"
            4 => "menu-item-75"
          ]
          +class: "menu-item menu-item-type-post_type menu-item-object-page menu-item-75"
          +level: 0
          +post_name: "75"
          +url: "https://lemotiongaz.fr/la-flamme-gaz/"
          +PostClass: "Timber\Post"
          +current: false
          +current_item_parent: false
          +current_item_ancestor: false
          #menu: Menu {#19866}
          #_name: null
          #_menu_item_object_id: "52"
          #_menu_item_url: ""
          #menu_object: Post {#19860
            +ImageClass: "Timber\Image"
            +PostClass: "Timber\Post"
            +TermClass: "Timber\Term"
            +object_type: "post"
            +custom: array:9 [
              "_menu_item_type" => "post_type"
              "_menu_item_menu_item_parent" => "0"
              "_menu_item_object_id" => "52"
              "_menu_item_object" => "page"
              "_menu_item_target" => ""
              "_menu_item_classes" => array:1 [ …1]
              "_menu_item_xfn" => ""
              "_menu_item_url" => ""
              "_wp_old_date" => array:3 [ …3]
            ]
            #___content: null
            #_permalink: null
            #_next: []
            #_prev: []
            #_css_class: null
            +id: 75
            +ID: 75
            +post_author: "1"
            +post_content: ""
            +post_date: "2021-04-29 17:48:27"
            +post_excerpt: ""
            +post_parent: 0
            +post_status: "publish"
            +post_title: "Flamme gaz"
            +post_type: "nav_menu_item"
            +slug: "75"
            #__type: null
            +"_menu_item_type": "post_type"
            +"_menu_item_menu_item_parent": "0"
            +"_menu_item_object_id": "52"
            +"_menu_item_object": "page"
            +"_menu_item_target": ""
            +"_menu_item_classes": array:1 [
              0 => ""
            ]
            +"_menu_item_xfn": ""
            +"_menu_item_url": ""
            +"_wp_old_date": array:3 [
              0 => "2019-11-08"
              1 => "2021-04-20"
              2 => "2021-04-26"
            ]
            +"post_date_gmt": "2019-11-08 17:19:13"
            +"comment_status": "closed"
            +"ping_status": "closed"
            +"post_password": ""
            +"post_name": "75"
            +"to_ping": ""
            +"pinged": ""
            +"post_modified": "2021-04-29 17:48:27"
            +"post_modified_gmt": "2021-04-29 15:48:27"
            +"post_content_filtered": ""
            +"guid": "https://lemotiongaz.fr/?p=75"
            +"menu_order": 1
            +"post_mime_type": ""
            +"comment_count": "0"
            +"filter": "raw"
            +"db_id": 75
            +"menu_item_parent": "0"
            +"object_id": "52"
            +"object": "page"
            +"type_label": "Page"
            +"url": "https://lemotiongaz.fr/la-flamme-gaz/"
            +"target": ""
            +"attr_title": ""
            +"description": ""
            +"classes": array:4 [
              0 => ""
              1 => "menu-item"
              2 => "menu-item-type-post_type"
              3 => "menu-item-object-page"
            ]
            +"xfn": ""
            +"current": false
            +"current_item_ancestor": false
            +"current_item_parent": false
            +"__title": "Flamme gaz"
            +"status": "publish"
          }
          +id: 75
          +ID: 75
          +object_type: "post"
          +"ImageClass": "Timber\Image"
          +"TermClass": "Timber\Term"
          +"custom": array:9 [
            "_menu_item_type" => "post_type"
            "_menu_item_menu_item_parent" => "0"
            "_menu_item_object_id" => "52"
            "_menu_item_object" => "page"
            "_menu_item_target" => ""
            "_menu_item_classes" => array:1 [
              0 => ""
            ]
            "_menu_item_xfn" => ""
            "_menu_item_url" => ""
            "_wp_old_date" => array:3 [
              0 => "2019-11-08"
              1 => "2021-04-20"
              2 => "2021-04-26"
            ]
          ]
          +"___content": null
          +"_permalink": null
          +"_next": []
          +"_prev": []
          +"_css_class": null
          +"post_author": "1"
          +"post_content": ""
          +"post_date": "2021-04-29 17:48:27"
          +"post_excerpt": ""
          +"post_parent": 0
          +"post_status": "publish"
          +"post_title": "Flamme gaz"
          +"post_type": "nav_menu_item"
          +"__type": null
          +"_menu_item_type": "post_type"
          +"_menu_item_menu_item_parent": "0"
          +"_menu_item_object": "page"
          +"_menu_item_target": ""
          +"_menu_item_classes": array:1 [
            0 => ""
          ]
          +"_menu_item_xfn": ""
          +"_wp_old_date": array:3 [
            0 => "2019-11-08"
            1 => "2021-04-20"
            2 => "2021-04-26"
          ]
          +"post_date_gmt": "2019-11-08 17:19:13"
          +"comment_status": "closed"
          +"ping_status": "closed"
          +"post_password": ""
          +"to_ping": ""
          +"pinged": ""
          +"post_modified": "2021-04-29 17:48:27"
          +"post_modified_gmt": "2021-04-29 15:48:27"
          +"post_content_filtered": ""
          +"guid": "https://lemotiongaz.fr/?p=75"
          +"menu_order": 1
          +"post_mime_type": ""
          +"comment_count": "0"
          +"filter": "raw"
          +"db_id": 75
          +"menu_item_parent": "0"
          +"object_id": "52"
          +"object": "page"
          +"type_label": "Page"
          +"target": ""
          +"attr_title": ""
          +"description": ""
          +"xfn": ""
          +"__title": "Flamme gaz"
          +"status": "publish"
          +"name": "Flamme gaz"
        }
        1 => MenuItem {#19796
          +children: []
          +has_child_class: false
          +classes: array:5 [
            0 => ""
            1 => "menu-item"
            2 => "menu-item-type-post_type"
            3 => "menu-item-object-page"
            4 => "menu-item-5281"
          ]
          +class: "menu-item menu-item-type-post_type menu-item-object-page menu-item-5281"
          +level: 0
          +post_name: "5281"
          +url: "https://lemotiongaz.fr/temoignages/"
          +PostClass: "Timber\Post"
          +current: false
          +current_item_parent: false
          +current_item_ancestor: false
          #menu: Menu {#19866}
          #_name: null
          #_menu_item_object_id: "5221"
          #_menu_item_url: ""
          #menu_object: Post {#19862
            +ImageClass: "Timber\Image"
            +PostClass: "Timber\Post"
            +TermClass: "Timber\Term"
            +object_type: "post"
            +custom: array:8 [
              "_menu_item_type" => "post_type"
              "_menu_item_menu_item_parent" => "0"
              "_menu_item_object_id" => "5221"
              "_menu_item_object" => "page"
              "_menu_item_target" => ""
              "_menu_item_classes" => array:1 [ …1]
              "_menu_item_xfn" => ""
              "_menu_item_url" => ""
            ]
            #___content: null
            #_permalink: null
            #_next: []
            #_prev: []
            #_css_class: null
            +id: 5281
            +ID: 5281
            +post_author: "1"
            +post_content: ""
            +post_date: "2021-04-29 17:48:27"
            +post_excerpt: ""
            +post_parent: 0
            +post_status: "publish"
            +post_title: "Réalisations"
            +post_type: "nav_menu_item"
            +slug: "5281"
            #__type: null
            +"_menu_item_type": "post_type"
            +"_menu_item_menu_item_parent": "0"
            +"_menu_item_object_id": "5221"
            +"_menu_item_object": "page"
            +"_menu_item_target": ""
            +"_menu_item_classes": array:1 [
              0 => ""
            ]
            +"_menu_item_xfn": ""
            +"_menu_item_url": ""
            +"post_date_gmt": "2021-04-29 12:54:14"
            +"comment_status": "closed"
            +"ping_status": "closed"
            +"post_password": ""
            +"post_name": "5281"
            +"to_ping": ""
            +"pinged": ""
            +"post_modified": "2021-04-29 17:48:27"
            +"post_modified_gmt": "2021-04-29 15:48:27"
            +"post_content_filtered": ""
            +"guid": "https://lemotiongaz.fr/?p=5281"
            +"menu_order": 2
            +"post_mime_type": ""
            +"comment_count": "0"
            +"filter": "raw"
            +"db_id": 5281
            +"menu_item_parent": "0"
            +"object_id": "5221"
            +"object": "page"
            +"type_label": "Page"
            +"url": "https://lemotiongaz.fr/temoignages/"
            +"target": ""
            +"attr_title": ""
            +"description": ""
            +"classes": array:4 [
              0 => ""
              1 => "menu-item"
              2 => "menu-item-type-post_type"
              3 => "menu-item-object-page"
            ]
            +"xfn": ""
            +"current": false
            +"current_item_ancestor": false
            +"current_item_parent": false
            +"__title": "Réalisations"
            +"status": "publish"
          }
          +id: 5281
          +ID: 5281
          +object_type: "post"
          +"ImageClass": "Timber\Image"
          +"TermClass": "Timber\Term"
          +"custom": array:8 [
            "_menu_item_type" => "post_type"
            "_menu_item_menu_item_parent" => "0"
            "_menu_item_object_id" => "5221"
            "_menu_item_object" => "page"
            "_menu_item_target" => ""
            "_menu_item_classes" => array:1 [
              0 => ""
            ]
            "_menu_item_xfn" => ""
            "_menu_item_url" => ""
          ]
          +"___content": null
          +"_permalink": null
          +"_next": []
          +"_prev": []
          +"_css_class": null
          +"post_author": "1"
          +"post_content": ""
          +"post_date": "2021-04-29 17:48:27"
          +"post_excerpt": ""
          +"post_parent": 0
          +"post_status": "publish"
          +"post_title": "Réalisations"
          +"post_type": "nav_menu_item"
          +"__type": null
          +"_menu_item_type": "post_type"
          +"_menu_item_menu_item_parent": "0"
          +"_menu_item_object": "page"
          +"_menu_item_target": ""
          +"_menu_item_classes": array:1 [
            0 => ""
          ]
          +"_menu_item_xfn": ""
          +"post_date_gmt": "2021-04-29 12:54:14"
          +"comment_status": "closed"
          +"ping_status": "closed"
          +"post_password": ""
          +"to_ping": ""
          +"pinged": ""
          +"post_modified": "2021-04-29 17:48:27"
          +"post_modified_gmt": "2021-04-29 15:48:27"
          +"post_content_filtered": ""
          +"guid": "https://lemotiongaz.fr/?p=5281"
          +"menu_order": 2
          +"post_mime_type": ""
          +"comment_count": "0"
          +"filter": "raw"
          +"db_id": 5281
          +"menu_item_parent": "0"
          +"object_id": "5221"
          +"object": "page"
          +"type_label": "Page"
          +"target": ""
          +"attr_title": ""
          +"description": ""
          +"xfn": ""
          +"__title": "Réalisations"
          +"status": "publish"
          +"name": "Réalisations"
        }
        2 => MenuItem {#19794
          +children: []
          +has_child_class: false
          +classes: array:6 [
            0 => ""
            1 => "menu-item"
            2 => "menu-item-type-post_type"
            3 => "menu-item-object-page"
            4 => "current_page_parent"
            5 => "menu-item-76"
          ]
          +class: "menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-76"
          +level: 0
          +post_name: "76"
          +url: "https://lemotiongaz.fr/nos-conseils-cheminee-ou-poele/"
          +PostClass: "Timber\Post"
          +current: false
          +current_item_parent: false
          +current_item_ancestor: false
          #menu: Menu {#19866}
          #_name: null
          #_menu_item_object_id: "42"
          #_menu_item_url: ""
          #menu_object: Post {#19795
            +ImageClass: "Timber\Image"
            +PostClass: "Timber\Post"
            +TermClass: "Timber\Term"
            +object_type: "post"
            +custom: array:9 [
              "_menu_item_type" => "post_type"
              "_menu_item_menu_item_parent" => "0"
              "_menu_item_object_id" => "42"
              "_menu_item_object" => "page"
              "_menu_item_target" => ""
              "_menu_item_classes" => array:1 [ …1]
              "_menu_item_xfn" => ""
              "_menu_item_url" => ""
              "_wp_old_date" => array:3 [ …3]
            ]
            #___content: null
            #_permalink: null
            #_next: []
            #_prev: []
            #_css_class: null
            +id: 76
            +ID: 76
            +post_author: "1"
            +post_content: " "
            +post_date: "2021-04-29 17:48:27"
            +post_excerpt: ""
            +post_parent: 0
            +post_status: "publish"
            +post_title: ""
            +post_type: "nav_menu_item"
            +slug: "76"
            #__type: null
            +"_menu_item_type": "post_type"
            +"_menu_item_menu_item_parent": "0"
            +"_menu_item_object_id": "42"
            +"_menu_item_object": "page"
            +"_menu_item_target": ""
            +"_menu_item_classes": array:1 [
              0 => ""
            ]
            +"_menu_item_xfn": ""
            +"_menu_item_url": ""
            +"_wp_old_date": array:3 [
              0 => "2019-11-08"
              1 => "2021-04-20"
              2 => "2021-04-26"
            ]
            +"post_date_gmt": "2019-11-08 17:19:14"
            +"comment_status": "closed"
            +"ping_status": "closed"
            +"post_password": ""
            +"post_name": "76"
            +"to_ping": ""
            +"pinged": ""
            +"post_modified": "2021-04-29 17:48:27"
            +"post_modified_gmt": "2021-04-29 15:48:27"
            +"post_content_filtered": ""
            +"guid": "https://lemotiongaz.fr/?p=76"
            +"menu_order": 3
            +"post_mime_type": ""
            +"comment_count": "0"
            +"filter": "raw"
            +"db_id": 76
            +"menu_item_parent": "0"
            +"object_id": "42"
            +"object": "page"
            +"type_label": "Posts Page"
            +"url": "https://lemotiongaz.fr/nos-conseils-cheminee-ou-poele/"
            +"target": ""
            +"attr_title": ""
            +"description": ""
            +"classes": array:5 [
              0 => ""
              1 => "menu-item"
              2 => "menu-item-type-post_type"
              3 => "menu-item-object-page"
              4 => "current_page_parent"
            ]
            +"xfn": ""
            +"current": false
            +"current_item_ancestor": false
            +"current_item_parent": false
            +"__title": "Votre projet"
            +"status": "publish"
          }
          +id: 76
          +ID: 76
          +object_type: "post"
          +"ImageClass": "Timber\Image"
          +"TermClass": "Timber\Term"
          +"custom": array:9 [
            "_menu_item_type" => "post_type"
            "_menu_item_menu_item_parent" => "0"
            "_menu_item_object_id" => "42"
            "_menu_item_object" => "page"
            "_menu_item_target" => ""
            "_menu_item_classes" => array:1 [
              0 => ""
            ]
            "_menu_item_xfn" => ""
            "_menu_item_url" => ""
            "_wp_old_date" => array:3 [
              0 => "2019-11-08"
              1 => "2021-04-20"
              2 => "2021-04-26"
            ]
          ]
          +"___content": null
          +"_permalink": null
          +"_next": []
          +"_prev": []
          +"_css_class": null
          +"post_author": "1"
          +"post_content": " "
          +"post_date": "2021-04-29 17:48:27"
          +"post_excerpt": ""
          +"post_parent": 0
          +"post_status": "publish"
          +"post_title": ""
          +"post_type": "nav_menu_item"
          +"__type": null
          +"_menu_item_type": "post_type"
          +"_menu_item_menu_item_parent": "0"
          +"_menu_item_object": "page"
          +"_menu_item_target": ""
          +"_menu_item_classes": array:1 [
            0 => ""
          ]
          +"_menu_item_xfn": ""
          +"_wp_old_date": array:3 [
            0 => "2019-11-08"
            1 => "2021-04-20"
            2 => "2021-04-26"
          ]
          +"post_date_gmt": "2019-11-08 17:19:14"
          +"comment_status": "closed"
          +"ping_status": "closed"
          +"post_password": ""
          +"to_ping": ""
          +"pinged": ""
          +"post_modified": "2021-04-29 17:48:27"
          +"post_modified_gmt": "2021-04-29 15:48:27"
          +"post_content_filtered": ""
          +"guid": "https://lemotiongaz.fr/?p=76"
          +"menu_order": 3
          +"post_mime_type": ""
          +"comment_count": "0"
          +"filter": "raw"
          +"db_id": 76
          +"menu_item_parent": "0"
          +"object_id": "42"
          +"object": "page"
          +"type_label": "Posts Page"
          +"target": ""
          +"attr_title": ""
          +"description": ""
          +"xfn": ""
          +"__title": "Votre projet"
          +"status": "publish"
          +"name": "Votre projet"
        }
        3 => MenuItem {#20160
          +children: []
          +has_child_class: false
          +classes: array:5 [
            0 => ""
            1 => "menu-item"
            2 => "menu-item-type-post_type"
            3 => "menu-item-object-page"
            4 => "menu-item-862"
          ]
          +class: "menu-item menu-item-type-post_type menu-item-object-page menu-item-862"
          +level: 0
          +post_name: "862"
          +url: "https://lemotiongaz.fr/points-de-vente/"
          +PostClass: "Timber\Post"
          +current: false
          +current_item_parent: false
          +current_item_ancestor: false
          #menu: Menu {#19866}
          #_name: null
          #_menu_item_object_id: "712"
          #_menu_item_url: ""
          #menu_object: Post {#20159
            +ImageClass: "Timber\Image"
            +PostClass: "Timber\Post"
            +TermClass: "Timber\Term"
            +object_type: "post"
            +custom: array:9 [
              "_menu_item_type" => "post_type"
              "_menu_item_menu_item_parent" => "0"
              "_menu_item_object_id" => "712"
              "_menu_item_object" => "page"
              "_menu_item_target" => ""
              "_menu_item_classes" => array:1 [ …1]
              "_menu_item_xfn" => ""
              "_menu_item_url" => ""
              "_wp_old_date" => array:3 [ …3]
            ]
            #___content: null
            #_permalink: null
            #_next: []
            #_prev: []
            #_css_class: null
            +id: 862
            +ID: 862
            +post_author: "1"
            +post_content: ""
            +post_date: "2021-04-29 17:48:27"
            +post_excerpt: ""
            +post_parent: 0
            +post_status: "publish"
            +post_title: "Points de vente"
            +post_type: "nav_menu_item"
            +slug: "862"
            #__type: null
            +"_menu_item_type": "post_type"
            +"_menu_item_menu_item_parent": "0"
            +"_menu_item_object_id": "712"
            +"_menu_item_object": "page"
            +"_menu_item_target": ""
            +"_menu_item_classes": array:1 [
              0 => ""
            ]
            +"_menu_item_xfn": ""
            +"_menu_item_url": ""
            +"_wp_old_date": array:3 [
              0 => "2020-01-24"
              1 => "2021-04-20"
              2 => "2021-04-26"
            ]
            +"post_date_gmt": "2020-01-24 20:36:59"
            +"comment_status": "closed"
            +"ping_status": "closed"
            +"post_password": ""
            +"post_name": "862"
            +"to_ping": ""
            +"pinged": ""
            +"post_modified": "2021-04-29 17:48:27"
            +"post_modified_gmt": "2021-04-29 15:48:27"
            +"post_content_filtered": ""
            +"guid": "https://lemotiongaz.fr/?p=862"
            +"menu_order": 4
            +"post_mime_type": ""
            +"comment_count": "0"
            +"filter": "raw"
            +"db_id": 862
            +"menu_item_parent": "0"
            +"object_id": "712"
            +"object": "page"
            +"type_label": "Page"
            +"url": "https://lemotiongaz.fr/points-de-vente/"
            +"target": ""
            +"attr_title": ""
            +"description": ""
            +"classes": array:4 [
              0 => ""
              1 => "menu-item"
              2 => "menu-item-type-post_type"
              3 => "menu-item-object-page"
            ]
            +"xfn": ""
            +"current": false
            +"current_item_ancestor": false
            +"current_item_parent": false
            +"__title": "Points de vente"
            +"status": "publish"
          }
          +id: 862
          +ID: 862
          +object_type: "post"
          +"ImageClass": "Timber\Image"
          +"TermClass": "Timber\Term"
          +"custom": array:9 [
            "_menu_item_type" => "post_type"
            "_menu_item_menu_item_parent" => "0"
            "_menu_item_object_id" => "712"
            "_menu_item_object" => "page"
            "_menu_item_target" => ""
            "_menu_item_classes" => array:1 [
              0 => ""
            ]
            "_menu_item_xfn" => ""
            "_menu_item_url" => ""
            "_wp_old_date" => array:3 [
              0 => "2020-01-24"
              1 => "2021-04-20"
              2 => "2021-04-26"
            ]
          ]
          +"___content": null
          +"_permalink": null
          +"_next": []
          +"_prev": []
          +"_css_class": null
          +"post_author": "1"
          +"post_content": ""
          +"post_date": "2021-04-29 17:48:27"
          +"post_excerpt": ""
          +"post_parent": 0
          +"post_status": "publish"
          +"post_title": "Points de vente"
          +"post_type": "nav_menu_item"
          +"__type": null
          +"_menu_item_type": "post_type"
          +"_menu_item_menu_item_parent": "0"
          +"_menu_item_object": "page"
          +"_menu_item_target": ""
          +"_menu_item_classes": array:1 [
            0 => ""
          ]
          +"_menu_item_xfn": ""
          +"_wp_old_date": array:3 [
            0 => "2020-01-24"
            1 => "2021-04-20"
            2 => "2021-04-26"
          ]
          +"post_date_gmt": "2020-01-24 20:36:59"
          +"comment_status": "closed"
          +"ping_status": "closed"
          +"post_password": ""
          +"to_ping": ""
          +"pinged": ""
          +"post_modified": "2021-04-29 17:48:27"
          +"post_modified_gmt": "2021-04-29 15:48:27"
          +"post_content_filtered": ""
          +"guid": "https://lemotiongaz.fr/?p=862"
          +"menu_order": 4
          +"post_mime_type": ""
          +"comment_count": "0"
          +"filter": "raw"
          +"db_id": 862
          +"menu_item_parent": "0"
          +"object_id": "712"
          +"object": "page"
          +"type_label": "Page"
          +"target": ""
          +"attr_title": ""
          +"description": ""
          +"xfn": ""
          +"__title": "Points de vente"
          +"status": "publish"
          +"name": "Points de vente"
        }
        4 => MenuItem {#20162
          +children: []
          +has_child_class: false
          +classes: array:5 [
            0 => ""
            1 => "menu-item"
            2 => "menu-item-type-custom"
            3 => "menu-item-object-custom"
            4 => "menu-item-3639"
          ]
          +class: "menu-item menu-item-type-custom menu-item-object-custom menu-item-3639"
          +level: 0
          +post_name: "telecharger-votre-guide"
          +url: "http://#"
          +PostClass: "Timber\Post"
          +current: false
          +current_item_parent: false
          +current_item_ancestor: false
          #menu: Menu {#19866}
          #_name: null
          #_menu_item_object_id: "3639"
          #_menu_item_url: "http://#"
          #menu_object: Post {#20161
            +ImageClass: "Timber\Image"
            +PostClass: "Timber\Post"
            +TermClass: "Timber\Term"
            +object_type: "post"
            +custom: array:9 [
              "_menu_item_type" => "custom"
              "_menu_item_menu_item_parent" => "0"
              "_menu_item_object_id" => "3639"
              "_menu_item_object" => "custom"
              "_menu_item_target" => ""
              "_menu_item_classes" => array:1 [ …1]
              "_menu_item_xfn" => ""
              "_menu_item_url" => "http://#"
              "_wp_old_date" => array:3 [ …3]
            ]
            #___content: null
            #_permalink: null
            #_next: []
            #_prev: []
            #_css_class: null
            +id: 3639
            +ID: 3639
            +post_author: "1"
            +post_content: ""
            +post_date: "2021-04-29 17:48:27"
            +post_excerpt: ""
            +post_parent: 0
            +post_status: "publish"
            +post_title: "Télécharger votre guide"
            +post_type: "nav_menu_item"
            +slug: "telecharger-votre-guide"
            #__type: null
            +"_menu_item_type": "custom"
            +"_menu_item_menu_item_parent": "0"
            +"_menu_item_object_id": "3639"
            +"_menu_item_object": "custom"
            +"_menu_item_target": ""
            +"_menu_item_classes": array:1 [
              0 => ""
            ]
            +"_menu_item_xfn": ""
            +"_menu_item_url": "http://#"
            +"_wp_old_date": array:3 [
              0 => "2020-03-16"
              1 => "2021-04-20"
              2 => "2021-04-26"
            ]
            +"post_date_gmt": "2020-03-16 14:17:46"
            +"comment_status": "closed"
            +"ping_status": "closed"
            +"post_password": ""
            +"post_name": "telecharger-votre-guide"
            +"to_ping": ""
            +"pinged": ""
            +"post_modified": "2021-04-29 17:48:27"
            +"post_modified_gmt": "2021-04-29 15:48:27"
            +"post_content_filtered": ""
            +"guid": "https://lemotiongaz.fr/?p=3639"
            +"menu_order": 5
            +"post_mime_type": ""
            +"comment_count": "0"
            +"filter": "raw"
            +"db_id": 3639
            +"menu_item_parent": "0"
            +"object_id": "3639"
            +"object": "custom"
            +"type_label": "Lien personnalisé"
            +"url": "http://#"
            +"target": ""
            +"attr_title": ""
            +"description": ""
            +"classes": array:4 [
              0 => ""
              1 => "menu-item"
              2 => "menu-item-type-custom"
              3 => "menu-item-object-custom"
            ]
            +"xfn": ""
            +"current": false
            +"current_item_ancestor": false
            +"current_item_parent": false
            +"__title": "Télécharger votre guide"
            +"status": "publish"
          }
          +id: 3639
          +ID: 3639
          +object_type: "post"
          +"ImageClass": "Timber\Image"
          +"TermClass": "Timber\Term"
          +"custom": array:9 [
            "_menu_item_type" => "custom"
            "_menu_item_menu_item_parent" => "0"
            "_menu_item_object_id" => "3639"
            "_menu_item_object" => "custom"
            "_menu_item_target" => ""
            "_menu_item_classes" => array:1 [
              0 => ""
            ]
            "_menu_item_xfn" => ""
            "_menu_item_url" => "http://#"
            "_wp_old_date" => array:3 [
              0 => "2020-03-16"
              1 => "2021-04-20"
              2 => "2021-04-26"
            ]
          ]
          +"___content": null
          +"_permalink": null
          +"_next": []
          +"_prev": []
          +"_css_class": null
          +"post_author": "1"
          +"post_content": ""
          +"post_date": "2021-04-29 17:48:27"
          +"post_excerpt": ""
          +"post_parent": 0
          +"post_status": "publish"
          +"post_title": "Télécharger votre guide"
          +"post_type": "nav_menu_item"
          +"__type": null
          +"_menu_item_type": "custom"
          +"_menu_item_menu_item_parent": "0"
          +"_menu_item_object": "custom"
          +"_menu_item_target": ""
          +"_menu_item_classes": array:1 [
            0 => ""
          ]
          +"_menu_item_xfn": ""
          +"_wp_old_date": array:3 [
            0 => "2020-03-16"
            1 => "2021-04-20"
            2 => "2021-04-26"
          ]
          +"post_date_gmt": "2020-03-16 14:17:46"
          +"comment_status": "closed"
          +"ping_status": "closed"
          +"post_password": ""
          +"to_ping": ""
          +"pinged": ""
          +"post_modified": "2021-04-29 17:48:27"
          +"post_modified_gmt": "2021-04-29 15:48:27"
          +"post_content_filtered": ""
          +"guid": "https://lemotiongaz.fr/?p=3639"
          +"menu_order": 5
          +"post_mime_type": ""
          +"comment_count": "0"
          +"filter": "raw"
          +"db_id": 3639
          +"menu_item_parent": "0"
          +"object_id": "3639"
          +"object": "custom"
          +"type_label": "Lien personnalisé"
          +"target": ""
          +"attr_title": ""
          +"description": ""
          +"xfn": ""
          +"__title": "Télécharger votre guide"
          +"status": "publish"
          +"name": "Télécharger votre guide"
        }
      ]
      +id: 3
      +ID: 3
      +term_id: 3
      +name: "Main menu"
      +title: "Main menu"
      +options: array:1 [
        "depth" => 0
      ]
      +raw_options: []
      +theme_location: "primary"
      +TermClass: "Term"
      +object_type: "term"
      +_children: null
      +taxonomy: "nav_menu"
      +"slug": "main-menu"
      +"term_group": 0
      +"term_taxonomy_id": 3
      +"parent": 0
      +"count": 5
      +"filter": "raw"
      +"term_order": "0"
    }
    "secondary" => Menu {#19852
      +MenuItemClass: "Timber\MenuItem"
      +PostClass: "Timber\Post"
      +depth: 0
      +items: array:2 [
        0 => MenuItem {#20155
          +children: []
          +has_child_class: false
          +classes: array:5 [
            0 => ""
            1 => "menu-item"
            2 => "menu-item-type-post_type"
            3 => "menu-item-object-page"
            4 => "menu-item-167"
          ]
          +class: "menu-item menu-item-type-post_type menu-item-object-page menu-item-167"
          +level: 0
          +post_name: "167"
          +url: "https://lemotiongaz.fr/mentions-legales/"
          +PostClass: "Timber\Post"
          +current: false
          +current_item_parent: false
          +current_item_ancestor: false
          #menu: Menu {#19852}
          #_name: null
          #_menu_item_object_id: "7"
          #_menu_item_url: ""
          #menu_object: Post {#20152
            +ImageClass: "Timber\Image"
            +PostClass: "Timber\Post"
            +TermClass: "Timber\Term"
            +object_type: "post"
            +custom: array:8 [
              "_menu_item_type" => "post_type"
              "_menu_item_menu_item_parent" => "0"
              "_menu_item_object_id" => "7"
              "_menu_item_object" => "page"
              "_menu_item_target" => ""
              "_menu_item_classes" => array:1 [ …1]
              "_menu_item_xfn" => ""
              "_menu_item_url" => ""
            ]
            #___content: null
            #_permalink: null
            #_next: []
            #_prev: []
            #_css_class: null
            +id: 167
            +ID: 167
            +post_author: "1"
            +post_content: " "
            +post_date: "2019-11-15 18:19:49"
            +post_excerpt: ""
            +post_parent: 0
            +post_status: "publish"
            +post_title: ""
            +post_type: "nav_menu_item"
            +slug: "167"
            #__type: null
            +"_menu_item_type": "post_type"
            +"_menu_item_menu_item_parent": "0"
            +"_menu_item_object_id": "7"
            +"_menu_item_object": "page"
            +"_menu_item_target": ""
            +"_menu_item_classes": array:1 [
              0 => ""
            ]
            +"_menu_item_xfn": ""
            +"_menu_item_url": ""
            +"post_date_gmt": "2019-11-15 17:19:49"
            +"comment_status": "closed"
            +"ping_status": "closed"
            +"post_password": ""
            +"post_name": "167"
            +"to_ping": ""
            +"pinged": ""
            +"post_modified": "2020-01-27 19:53:36"
            +"post_modified_gmt": "2020-01-27 18:53:36"
            +"post_content_filtered": ""
            +"guid": "https://lemotiongaz.fr/?p=167"
            +"menu_order": 1
            +"post_mime_type": ""
            +"comment_count": "0"
            +"filter": "raw"
            +"db_id": 167
            +"menu_item_parent": "0"
            +"object_id": "7"
            +"object": "page"
            +"type_label": "Page"
            +"url": "https://lemotiongaz.fr/mentions-legales/"
            +"target": ""
            +"attr_title": ""
            +"description": ""
            +"classes": array:4 [
              0 => ""
              1 => "menu-item"
              2 => "menu-item-type-post_type"
              3 => "menu-item-object-page"
            ]
            +"xfn": ""
            +"current": false
            +"current_item_ancestor": false
            +"current_item_parent": false
            +"__title": "Mentions légales"
            +"status": "publish"
          }
          +id: 167
          +ID: 167
          +object_type: "post"
          +"ImageClass": "Timber\Image"
          +"TermClass": "Timber\Term"
          +"custom": array:8 [
            "_menu_item_type" => "post_type"
            "_menu_item_menu_item_parent" => "0"
            "_menu_item_object_id" => "7"
            "_menu_item_object" => "page"
            "_menu_item_target" => ""
            "_menu_item_classes" => array:1 [
              0 => ""
            ]
            "_menu_item_xfn" => ""
            "_menu_item_url" => ""
          ]
          +"___content": null
          +"_permalink": null
          +"_next": []
          +"_prev": []
          +"_css_class": null
          +"post_author": "1"
          +"post_content": " "
          +"post_date": "2019-11-15 18:19:49"
          +"post_excerpt": ""
          +"post_parent": 0
          +"post_status": "publish"
          +"post_title": ""
          +"post_type": "nav_menu_item"
          +"__type": null
          +"_menu_item_type": "post_type"
          +"_menu_item_menu_item_parent": "0"
          +"_menu_item_object": "page"
          +"_menu_item_target": ""
          +"_menu_item_classes": array:1 [
            0 => ""
          ]
          +"_menu_item_xfn": ""
          +"post_date_gmt": "2019-11-15 17:19:49"
          +"comment_status": "closed"
          +"ping_status": "closed"
          +"post_password": ""
          +"to_ping": ""
          +"pinged": ""
          +"post_modified": "2020-01-27 19:53:36"
          +"post_modified_gmt": "2020-01-27 18:53:36"
          +"post_content_filtered": ""
          +"guid": "https://lemotiongaz.fr/?p=167"
          +"menu_order": 1
          +"post_mime_type": ""
          +"comment_count": "0"
          +"filter": "raw"
          +"db_id": 167
          +"menu_item_parent": "0"
          +"object_id": "7"
          +"object": "page"
          +"type_label": "Page"
          +"target": ""
          +"attr_title": ""
          +"description": ""
          +"xfn": ""
          +"__title": "Mentions légales"
          +"status": "publish"
          +"name": "Mentions légales"
        }
        1 => MenuItem {#20133
          +children: []
          +has_child_class: false
          +classes: array:5 [
            0 => ""
            1 => "menu-item"
            2 => "menu-item-type-post_type"
            3 => "menu-item-object-page"
            4 => "menu-item-355"
          ]
          +class: "menu-item menu-item-type-post_type menu-item-object-page menu-item-355"
          +level: 0
          +post_name: "faq-2"
          +url: "https://lemotiongaz.fr/faq/"
          +PostClass: "Timber\Post"
          +current: false
          +current_item_parent: false
          +current_item_ancestor: false
          #menu: Menu {#19852}
          #_name: null
          #_menu_item_object_id: "270"
          #_menu_item_url: ""
          #menu_object: Post {#20153
            +ImageClass: "Timber\Image"
            +PostClass: "Timber\Post"
            +TermClass: "Timber\Term"
            +object_type: "post"
            +custom: array:8 [
              "_menu_item_type" => "post_type"
              "_menu_item_menu_item_parent" => "0"
              "_menu_item_object_id" => "270"
              "_menu_item_object" => "page"
              "_menu_item_target" => ""
              "_menu_item_classes" => array:1 [ …1]
              "_menu_item_xfn" => ""
              "_menu_item_url" => ""
            ]
            #___content: null
            #_permalink: null
            #_next: []
            #_prev: []
            #_css_class: null
            +id: 355
            +ID: 355
            +post_author: "1"
            +post_content: ""
            +post_date: "2019-11-26 12:07:31"
            +post_excerpt: ""
            +post_parent: 0
            +post_status: "publish"
            +post_title: "FAQ"
            +post_type: "nav_menu_item"
            +slug: "faq-2"
            #__type: null
            +"_menu_item_type": "post_type"
            +"_menu_item_menu_item_parent": "0"
            +"_menu_item_object_id": "270"
            +"_menu_item_object": "page"
            +"_menu_item_target": ""
            +"_menu_item_classes": array:1 [
              0 => ""
            ]
            +"_menu_item_xfn": ""
            +"_menu_item_url": ""
            +"post_date_gmt": "2019-11-26 11:07:31"
            +"comment_status": "closed"
            +"ping_status": "closed"
            +"post_password": ""
            +"post_name": "faq-2"
            +"to_ping": ""
            +"pinged": ""
            +"post_modified": "2020-01-27 19:53:36"
            +"post_modified_gmt": "2020-01-27 18:53:36"
            +"post_content_filtered": ""
            +"guid": "https://lemotiongaz.fr/?p=355"
            +"menu_order": 2
            +"post_mime_type": ""
            +"comment_count": "0"
            +"filter": "raw"
            +"db_id": 355
            +"menu_item_parent": "0"
            +"object_id": "270"
            +"object": "page"
            +"type_label": "Page"
            +"url": "https://lemotiongaz.fr/faq/"
            +"target": ""
            +"attr_title": ""
            +"description": ""
            +"classes": array:4 [
              0 => ""
              1 => "menu-item"
              2 => "menu-item-type-post_type"
              3 => "menu-item-object-page"
            ]
            +"xfn": ""
            +"current": false
            +"current_item_ancestor": false
            +"current_item_parent": false
            +"__title": "FAQ"
            +"status": "publish"
          }
          +id: 355
          +ID: 355
          +object_type: "post"
          +"ImageClass": "Timber\Image"
          +"TermClass": "Timber\Term"
          +"custom": array:8 [
            "_menu_item_type" => "post_type"
            "_menu_item_menu_item_parent" => "0"
            "_menu_item_object_id" => "270"
            "_menu_item_object" => "page"
            "_menu_item_target" => ""
            "_menu_item_classes" => array:1 [ …1]
            "_menu_item_xfn" => ""
            "_menu_item_url" => ""
          ]
          +"___content": null
          +"_permalink": null
          +"_next": []
          +"_prev": []
          +"_css_class": null
          +"post_author": "1"
          +"post_content": ""
          +"post_date": "2019-11-26 12:07:31"
          +"post_excerpt": ""
          +"post_parent": 0
          +"post_status": "publish"
          +"post_title": "FAQ"
          +"post_type": "nav_menu_item"
          +"__type": null
          +"_menu_item_type": "post_type"
          +"_menu_item_menu_item_parent": "0"
          +"_menu_item_object": "page"
          +"_menu_item_target": ""
          +"_menu_item_classes": array:1 [
            0 => ""
          ]
          +"_menu_item_xfn": ""
          +"post_date_gmt": "2019-11-26 11:07:31"
          +"comment_status": "closed"
          +"ping_status": "closed"
          +"post_password": ""
          +"to_ping": ""
          +"pinged": ""
          +"post_modified": "2020-01-27 19:53:36"
          +"post_modified_gmt": "2020-01-27 18:53:36"
          +"post_content_filtered": ""
          +"guid": "https://lemotiongaz.fr/?p=355"
          +"menu_order": 2
          +"post_mime_type": ""
          +"comment_count": "0"
          +"filter": "raw"
          +"db_id": 355
          +"menu_item_parent": "0"
          +"object_id": "270"
          +"object": "page"
          +"type_label": "Page"
          +"target": ""
          +"attr_title": ""
          +"description": ""
          +"xfn": ""
          +"__title": "FAQ"
          +"status": "publish"
          +"name": "FAQ"
        }
      ]
      +id: 5
      +ID: 5
      +term_id: 5
      +name: "Footer menu"
      +title: "Footer menu"
      +options: array:1 [
        "depth" => 0
      ]
      +raw_options: []
      +theme_location: "secondary"
      +TermClass: "Term"
      +object_type: "term"
      +_children: null
      +taxonomy: "nav_menu"
      +"slug": "footer-menu"
      +"term_group": 0
      +"term_taxonomy_id": 5
      +"parent": 0
      +"count": 2
      +"filter": "raw"
      +"term_order": "0"
    }
    "top" => Menu {#20151
      +MenuItemClass: "Timber\MenuItem"
      +PostClass: "Timber\Post"
      +depth: 0
      +items: array:3 [
        0 => MenuItem {#20066
          +children: []
          +has_child_class: false
          +classes: array:5 [
            0 => ""
            1 => "menu-item"
            2 => "menu-item-type-post_type"
            3 => "menu-item-object-page"
            4 => "menu-item-5223"
          ]
          +class: "menu-item menu-item-type-post_type menu-item-object-page menu-item-5223"
          +level: 0
          +post_name: "a-propos"
          +url: "https://lemotiongaz.fr/qui-sommes-nous/"
          +PostClass: "Timber\Post"
          +current: false
          +current_item_parent: false
          +current_item_ancestor: false
          #menu: Menu {#20151}
          #_name: null
          #_menu_item_object_id: "54"
          #_menu_item_url: ""
          #menu_object: Post {#20224
            +ImageClass: "Timber\Image"
            +PostClass: "Timber\Post"
            +TermClass: "Timber\Term"
            +object_type: "post"
            +custom: array:9 [ …9]
            #___content: null
            #_permalink: null
            #_next: []
            #_prev: []
            #_css_class: null
            +id: 5223
            +ID: 5223
            +post_author: "1"
            +post_content: ""
            +post_date: "2023-09-18 10:12:19"
            +post_excerpt: ""
            +post_parent: 0
            +post_status: "publish"
            +post_title: "À propos"
            +post_type: "nav_menu_item"
            +slug: "a-propos"
            #__type: null
            +"_menu_item_type": "post_type"
            +"_menu_item_menu_item_parent": "0"
            +"_menu_item_object_id": "54"
            +"_menu_item_object": "page"
            +"_menu_item_target": ""
            +"_menu_item_classes": array:1 [ …1]
            +"_menu_item_xfn": ""
            +"_menu_item_url": ""
            +"_wp_old_date": array:4 [ …4]
            +"post_date_gmt": "2021-04-20 12:29:38"
            +"comment_status": "closed"
            +"ping_status": "closed"
            +"post_password": ""
            +"post_name": "a-propos"
            +"to_ping": ""
            +"pinged": ""
            +"post_modified": "2023-09-18 10:12:19"
            +"post_modified_gmt": "2023-09-18 08:12:19"
            +"post_content_filtered": ""
            +"guid": "https://lemotiongaz.fr/?p=5223"
            +"menu_order": 1
            +"post_mime_type": ""
            +"comment_count": "0"
            +"filter": "raw"
            +"db_id": 5223
            +"menu_item_parent": "0"
            +"object_id": "54"
            +"object": "page"
            +"type_label": "Page"
            +"url": "https://lemotiongaz.fr/qui-sommes-nous/"
            +"target": ""
            +"attr_title": ""
            +"description": ""
            +"classes": array:4 [ …4]
            +"xfn": ""
            +"current": false
            +"current_item_ancestor": false
            +"current_item_parent": false
            +"__title": "À propos"
            +"status": "publish"
          }
          +id: 5223
          +ID: 5223
          +object_type: "post"
          +"ImageClass": "Timber\Image"
          +"TermClass": "Timber\Term"
          +"custom": array:9 [
            "_menu_item_type" => "post_type"
            "_menu_item_menu_item_parent" => "0"
            "_menu_item_object_id" => "54"
            "_menu_item_object" => "page"
            "_menu_item_target" => ""
            "_menu_item_classes" => array:1 [ …1]
            "_menu_item_xfn" => ""
            "_menu_item_url" => ""
            "_wp_old_date" => array:4 [ …4]
          ]
          +"___content": null
          +"_permalink": null
          +"_next": []
          +"_prev": []
          +"_css_class": null
          +"post_author": "1"
          +"post_content": ""
          +"post_date": "2023-09-18 10:12:19"
          +"post_excerpt": ""
          +"post_parent": 0
          +"post_status": "publish"
          +"post_title": "À propos"
          +"post_type": "nav_menu_item"
          +"__type": null
          +"_menu_item_type": "post_type"
          +"_menu_item_menu_item_parent": "0"
          +"_menu_item_object": "page"
          +"_menu_item_target": ""
          +"_menu_item_classes": array:1 [
            0 => ""
          ]
          +"_menu_item_xfn": ""
          +"_wp_old_date": array:4 [
            0 => "2021-04-20"
            1 => "2023-02-09"
            2 => "2023-03-22"
            3 => "2023-03-27"
          ]
          +"post_date_gmt": "2021-04-20 12:29:38"
          +"comment_status": "closed"
          +"ping_status": "closed"
          +"post_password": ""
          +"to_ping": ""
          +"pinged": ""
          +"post_modified": "2023-09-18 10:12:19"
          +"post_modified_gmt": "2023-09-18 08:12:19"
          +"post_content_filtered": ""
          +"guid": "https://lemotiongaz.fr/?p=5223"
          +"menu_order": 1
          +"post_mime_type": ""
          +"comment_count": "0"
          +"filter": "raw"
          +"db_id": 5223
          +"menu_item_parent": "0"
          +"object_id": "54"
          +"object": "page"
          +"type_label": "Page"
          +"target": ""
          +"attr_title": ""
          +"description": ""
          +"xfn": ""
          +"__title": "À propos"
          +"status": "publish"
          +"name": "À propos"
        }
        1 => MenuItem {#20222
          +children: []
          +has_child_class: false
          +classes: array:5 [
            0 => ""
            1 => "menu-item"
            2 => "menu-item-type-post_type"
            3 => "menu-item-object-landing"
            4 => "menu-item-6513"
          ]
          +class: "menu-item menu-item-type-post_type menu-item-object-landing menu-item-6513"
          +level: 0
          +post_name: "devenir-membre-2"
          +url: "https://lemotiongaz.fr/landings/adherer/"
          +PostClass: "Timber\Post"
          +current: false
          +current_item_parent: false
          +current_item_ancestor: false
          #menu: Menu {#20151}
          #_name: null
          #_menu_item_object_id: "6446"
          #_menu_item_url: ""
          #menu_object: Post {#20223
            +ImageClass: "Timber\Image"
            +PostClass: "Timber\Post"
            +TermClass: "Timber\Term"
            +object_type: "post"
            +custom: array:8 [ …8]
            #___content: null
            #_permalink: null
            #_next: []
            #_prev: []
            #_css_class: null
            +id: 6513
            +ID: 6513
            +post_author: "2"
            +post_content: ""
            +post_date: "2023-09-18 10:12:19"
            +post_excerpt: ""
            +post_parent: 0
            +post_status: "publish"
            +post_title: "Devenir membre"
            +post_type: "nav_menu_item"
            +slug: "devenir-membre-2"
            #__type: null
            +"_menu_item_type": "post_type"
            +"_menu_item_menu_item_parent": "0"
            +"_menu_item_object_id": "6446"
            +"_menu_item_object": "landing"
            +"_menu_item_target": ""
            +"_menu_item_classes": array:1 [ …1]
            +"_menu_item_xfn": ""
            +"_menu_item_url": ""
            +"post_date_gmt": "2023-09-18 08:12:19"
            +"comment_status": "closed"
            +"ping_status": "closed"
            +"post_password": ""
            +"post_name": "devenir-membre-2"
            +"to_ping": ""
            +"pinged": ""
            +"post_modified": "2023-09-18 10:12:19"
            +"post_modified_gmt": "2023-09-18 08:12:19"
            +"post_content_filtered": ""
            +"guid": "https://lemotiongaz.fr/?p=6513"
            +"menu_order": 2
            +"post_mime_type": ""
            +"comment_count": "0"
            +"filter": "raw"
            +"db_id": 6513
            +"menu_item_parent": "0"
            +"object_id": "6446"
            +"object": "landing"
            +"type_label": "Landing"
            +"url": "https://lemotiongaz.fr/landings/adherer/"
            +"target": ""
            +"attr_title": ""
            +"description": ""
            +"classes": array:4 [ …4]
            +"xfn": ""
            +"current": false
            +"current_item_ancestor": false
            +"current_item_parent": false
            +"__title": "Devenir membre"
            +"status": "publish"
          }
          +id: 6513
          +ID: 6513
          +object_type: "post"
          +"ImageClass": "Timber\Image"
          +"TermClass": "Timber\Term"
          +"custom": array:8 [
            "_menu_item_type" => "post_type"
            "_menu_item_menu_item_parent" => "0"
            "_menu_item_object_id" => "6446"
            "_menu_item_object" => "landing"
            "_menu_item_target" => ""
            "_menu_item_classes" => array:1 [ …1]
            "_menu_item_xfn" => ""
            "_menu_item_url" => ""
          ]
          +"___content": null
          +"_permalink": null
          +"_next": []
          +"_prev": []
          +"_css_class": null
          +"post_author": "2"
          +"post_content": ""
          +"post_date": "2023-09-18 10:12:19"
          +"post_excerpt": ""
          +"post_parent": 0
          +"post_status": "publish"
          +"post_title": "Devenir membre"
          +"post_type": "nav_menu_item"
          +"__type": null
          +"_menu_item_type": "post_type"
          +"_menu_item_menu_item_parent": "0"
          +"_menu_item_object": "landing"
          +"_menu_item_target": ""
          +"_menu_item_classes": array:1 [
            0 => ""
          ]
          +"_menu_item_xfn": ""
          +"post_date_gmt": "2023-09-18 08:12:19"
          +"comment_status": "closed"
          +"ping_status": "closed"
          +"post_password": ""
          +"to_ping": ""
          +"pinged": ""
          +"post_modified": "2023-09-18 10:12:19"
          +"post_modified_gmt": "2023-09-18 08:12:19"
          +"post_content_filtered": ""
          +"guid": "https://lemotiongaz.fr/?p=6513"
          +"menu_order": 2
          +"post_mime_type": ""
          +"comment_count": "0"
          +"filter": "raw"
          +"db_id": 6513
          +"menu_item_parent": "0"
          +"object_id": "6446"
          +"object": "landing"
          +"type_label": "Landing"
          +"target": ""
          +"attr_title": ""
          +"description": ""
          +"xfn": ""
          +"__title": "Devenir membre"
          +"status": "publish"
          +"name": "Devenir membre"
        }
        2 => MenuItem {#20220
          +children: []
          +has_child_class: false
          +classes: array:5 [
            0 => ""
            1 => "menu-item"
            2 => "menu-item-type-post_type"
            3 => "menu-item-object-page"
            4 => "menu-item-6437"
          ]
          +class: "menu-item menu-item-type-post_type menu-item-object-page menu-item-6437"
          +level: 0
          +post_name: "6437"
          +url: "https://lemotiongaz.fr/espace-pro/"
          +PostClass: "Timber\Post"
          +current: false
          +current_item_parent: false
          +current_item_ancestor: false
          #menu: Menu {#20151}
          #_name: null
          #_menu_item_object_id: "519"
          #_menu_item_url: ""
          #menu_object: Post {#20221
            +ImageClass: "Timber\Image"
            +PostClass: "Timber\Post"
            +TermClass: "Timber\Term"
            +object_type: "post"
            +custom: array:9 [ …9]
            #___content: null
            #_permalink: null
            #_next: []
            #_prev: []
            #_css_class: null
            +id: 6437
            +ID: 6437
            +post_author: "1"
            +post_content: " "
            +post_date: "2023-09-18 10:12:19"
            +post_excerpt: ""
            +post_parent: 0
            +post_status: "publish"
            +post_title: ""
            +post_type: "nav_menu_item"
            +slug: "6437"
            #__type: null
            +"_menu_item_type": "post_type"
            +"_menu_item_menu_item_parent": "0"
            +"_menu_item_object_id": "519"
            +"_menu_item_object": "page"
            +"_menu_item_target": ""
            +"_menu_item_classes": array:1 [ …1]
            +"_menu_item_xfn": ""
            +"_menu_item_url": ""
            +"_wp_old_date": array:2 [ …2]
            +"post_date_gmt": "2023-03-22 14:48:34"
            +"comment_status": "closed"
            +"ping_status": "closed"
            +"post_password": ""
            +"post_name": "6437"
            +"to_ping": ""
            +"pinged": ""
            +"post_modified": "2023-09-18 10:12:19"
            +"post_modified_gmt": "2023-09-18 08:12:19"
            +"post_content_filtered": ""
            +"guid": "https://lemotiongaz.fr/?p=6437"
            +"menu_order": 3
            +"post_mime_type": ""
            +"comment_count": "0"
            +"filter": "raw"
            +"db_id": 6437
            +"menu_item_parent": "0"
            +"object_id": "519"
            +"object": "page"
            +"type_label": "Page"
            +"url": "https://lemotiongaz.fr/espace-pro/"
            +"target": ""
            +"attr_title": ""
            +"description": ""
            +"classes": array:4 [ …4]
            +"xfn": ""
            +"current": false
            +"current_item_ancestor": false
            +"current_item_parent": false
            +"__title": "Espace pro"
            +"status": "publish"
          }
          +id: 6437
          +ID: 6437
          +object_type: "post"
          +"ImageClass": "Timber\Image"
          +"TermClass": "Timber\Term"
          +"custom": array:9 [
            "_menu_item_type" => "post_type"
            "_menu_item_menu_item_parent" => "0"
            "_menu_item_object_id" => "519"
            "_menu_item_object" => "page"
            "_menu_item_target" => ""
            "_menu_item_classes" => array:1 [ …1]
            "_menu_item_xfn" => ""
            "_menu_item_url" => ""
            "_wp_old_date" => array:2 [ …2]
          ]
          +"___content": null
          +"_permalink": null
          +"_next": []
          +"_prev": []
          +"_css_class": null
          +"post_author": "1"
          +"post_content": " "
          +"post_date": "2023-09-18 10:12:19"
          +"post_excerpt": ""
          +"post_parent": 0
          +"post_status": "publish"
          +"post_title": ""
          +"post_type": "nav_menu_item"
          +"__type": null
          +"_menu_item_type": "post_type"
          +"_menu_item_menu_item_parent": "0"
          +"_menu_item_object": "page"
          +"_menu_item_target": ""
          +"_menu_item_classes": array:1 [
            0 => ""
          ]
          +"_menu_item_xfn": ""
          +"_wp_old_date": array:2 [
            0 => "2023-03-22"
            1 => "2023-03-27"
          ]
          +"post_date_gmt": "2023-03-22 14:48:34"
          +"comment_status": "closed"
          +"ping_status": "closed"
          +"post_password": ""
          +"to_ping": ""
          +"pinged": ""
          +"post_modified": "2023-09-18 10:12:19"
          +"post_modified_gmt": "2023-09-18 08:12:19"
          +"post_content_filtered": ""
          +"guid": "https://lemotiongaz.fr/?p=6437"
          +"menu_order": 3
          +"post_mime_type": ""
          +"comment_count": "0"
          +"filter": "raw"
          +"db_id": 6437
          +"menu_item_parent": "0"
          +"object_id": "519"
          +"object": "page"
          +"type_label": "Page"
          +"target": ""
          +"attr_title": ""
          +"description": ""
          +"xfn": ""
          +"__title": "Espace pro"
          +"status": "publish"
          +"name": "Espace pro"
        }
      ]
      +id: 55
      +ID: 55
      +term_id: 55
      +name: "Top Menu"
      +title: "Top Menu"
      +options: array:1 [
        "depth" => 0
      ]
      +raw_options: []
      +theme_location: "top"
      +TermClass: "Term"
      +object_type: "term"
      +_children: null
      +taxonomy: "nav_menu"
      +"slug": "top-menu"
      +"term_group": 0
      +"term_taxonomy_id": 55
      +"parent": 0
      +"count": 3
      +"filter": "raw"
      +"term_order": "0"
    }
  ]
]

Super Globals


$_COOKIE
[]
$_SERVER
array:38 [
  "SERVER_SOFTWARE" => "Apache"
  "REQUEST_URI" => "/category/uncategorized/"
  "REDIRECT_HTTP_AUTHORIZATION" => ""
  "REDIRECT_HTTPS" => "on"
  "REDIRECT_SSL_TLS_SNI" => "lemotiongaz.fr"
  "REDIRECT_STATUS" => "200"
  "HTTP_AUTHORIZATION" => ""
  "HTTPS" => "on"
  "SSL_TLS_SNI" => "lemotiongaz.fr"
  "HTTP_USER_AGENT" => "CCBot/2.0 (https://commoncrawl.org/faq/)"
  "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
  "HTTP_ACCEPT_LANGUAGE" => "en-US,en;q=0.5"
  "HTTP_IF_MODIFIED_SINCE" => "Fri, 09 Jun 2023 17:38:18 GMT"
  "HTTP_ACCEPT_ENCODING" => "br,gzip"
  "HTTP_HOST" => "lemotiongaz.fr"
  "HTTP_CONNECTION" => "Keep-Alive"
  "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  "SERVER_SIGNATURE" => ""
  "SERVER_NAME" => "lemotiongaz.fr"
  "SERVER_ADDR" => "51.38.237.79"
  "SERVER_PORT" => "443"
  "REMOTE_ADDR" => "44.197.101.251"
  "DOCUMENT_ROOT" => "/var/www/lemotiongaz.fr"
  "REQUEST_SCHEME" => "https"
  "CONTEXT_PREFIX" => ""
  "CONTEXT_DOCUMENT_ROOT" => "/var/www/lemotiongaz.fr"
  "SERVER_ADMIN" => "[no address given]"
  "SCRIPT_FILENAME" => "/var/www/lemotiongaz.fr/index.php"
  "REMOTE_PORT" => "48710"
  "REDIRECT_URL" => "/category/uncategorized/"
  "GATEWAY_INTERFACE" => "CGI/1.1"
  "SERVER_PROTOCOL" => "HTTP/1.1"
  "REQUEST_METHOD" => "GET"
  "QUERY_STRING" => ""
  "SCRIPT_NAME" => "/index.php"
  "PHP_SELF" => "/index.php"
  "REQUEST_TIME_FLOAT" => 1701847004.281
  "REQUEST_TIME" => 1701847004
]

User


false