ErrorException in /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/views/includes/_contents.pug:
foreach() argument must be of type array|object, null given on line 98, offset 17

    //- ==================================================
    //- > SUBSCRIPTIONS PLANS
    //- ==================================================
    when "subscriptions_plans"
        .subscriptions-plans
            ul.subscriptions-plans__list
                each $product_id in $c["products"]
                    - $product = wc_get_product($product_id)
                    li.subscriptions-plans__list__item
                        a.card-plan(href=get_the_permalink(get_option("woocommerce_checkout_page_id"))."?plan=".$product_id)
                            header.card-plan__header
                                h3.card-plan__title!= $product->get_attribute("Nom")
                                .card-plan__price
                                    p.card-plan__price__amount
## /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/cache/pug-php/2a33ceUSlQAzo6RnLruHpkv4w8EZQpXLpQZ7YETyNqE.php(2748)
#0 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/cache/pug-php/2a33ceUSlQAzo6RnLruHpkv4w8EZQpXLpQZ7YETyNqE.php(2748): Phug\Util\SandBox->Phug\Util\{closure}()
#1 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/cache/pug-php/2a33ceUSlQAzo6RnLruHpkv4w8EZQpXLpQZ7YETyNqE.php(3359): Phug\Renderer\Adapter\FileAdapter->{closure}()
#2 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/cache/pug-php/2a33ceUSlQAzo6RnLruHpkv4w8EZQpXLpQZ7YETyNqE.php(828): Phug\Renderer\Adapter\FileAdapter->{closure}()
#3 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/cache/pug-php/2a33ceUSlQAzo6RnLruHpkv4w8EZQpXLpQZ7YETyNqE.php(3423): Phug\Renderer\Adapter\FileAdapter->{closure}()
#4 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/cache/pug-php/2a33ceUSlQAzo6RnLruHpkv4w8EZQpXLpQZ7YETyNqE.php(3758): Phug\Renderer\Adapter\FileAdapter->{closure}()
#5 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/vendors/vendor/phug/phug/src/Phug/Renderer/Renderer/Adapter/FileAdapter.php(100): include('...')
#6 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/vendors/vendor/phug/phug/src/Phug/Renderer/Renderer/AbstractAdapter.php(103): Phug\Renderer\Adapter\FileAdapter->Phug\Renderer\Adapter\{closure}()
#7 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/vendors/vendor/phug/phug/src/Phug/Renderer/Renderer/Adapter/FileAdapter.php(98): Phug\Renderer\AbstractAdapter->execute()
#8 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/vendors/vendor/phug/phug/src/Phug/Renderer/Renderer/Partial/AdapterTrait.php(145): Phug\Renderer\Adapter\FileAdapter->displayCached()
#9 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/vendors/vendor/phug/phug/src/Phug/Renderer/Renderer/Partial/AdapterTrait.php(149): Phug\Renderer->Phug\Renderer\Partial\{closure}()
#10 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/vendors/vendor/phug/phug/src/Phug/Util/Util/SandBox.php(38): Phug\Renderer->Phug\Renderer\Partial\{closure}()
#11 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/vendors/vendor/phug/phug/src/Phug/Renderer/Renderer/Partial/AdapterTrait.php(117): Phug\Util\SandBox->__construct()
#12 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/vendors/vendor/phug/phug/src/Phug/Renderer/Renderer/Partial/AdapterTrait.php(159): Phug\Renderer->getNewSandBox()
#13 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/vendors/vendor/phug/phug/src/Phug/Renderer/Renderer/Partial/AdapterTrait.php(225): Phug\Renderer->getSandboxCall()
#14 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/vendors/vendor/phug/phug/src/Phug/Renderer/Renderer.php(252): Phug\Renderer->callAdapter()
#15 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/vendors/vendor/pug-php/pug/src/Pug/Engine/Renderer.php(181): Phug\Renderer->displayFile()
#16 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/Helpers/View.php(40): Pug\Engine\Renderer->displayFile()
#17 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/lib/Controllers/Controller.php(82): Syltaen\View::display()
#18 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/Controllers/PageController.php(22): Syltaen\Controller->render()
#19 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/Helpers/Route.php(42): Syltaen\PageController->page()
#20 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/Helpers/Route.php(161): Syltaen\Route::respond()
#21 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/index.php(31): Syltaen\Route::is()
#22 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-includes/template-loader.php(106): include('...')
#23 /var/www/vhosts/pub.hungryminds.host/httpdocs/wp-blog-header.php(19): require_once('...')
#24 /var/www/vhosts/pub.hungryminds.host/httpdocs/index.php(17): require('...')
#25 {main}
$parameters = 
array:12 [
"post" => WP_Post {#32712
+ID: 542
+post_author: "1"
+post_date: "2019-08-16 13:52:27"
+post_date_gmt: "2019-08-16 11:52:27"
+post_content: ""
+post_title: "S'abonner"
+post_excerpt: ""
+post_status: "publish"
+comment_status: "closed"
+ping_status: "closed"
+post_password: ""
+post_name: "abonnement-old"
+to_ping: ""
+pinged: ""
+post_modified: "2022-10-25 16:13:54"
+post_modified_gmt: "2022-10-25 14:13:54"
+post_content_filtered: ""
+post_parent: 0
+guid: "https://pub.be/?page_id=542"
+menu_order: -300
+post_type: "page"
+post_mime_type: ""
+comment_count: "0"
+filter: "raw"
}
"site" => array:12 [
"menus" => array:3 [
"main" => """
<ul class="menu site-menu__menu"><li class="menu__item menu__item--type-taxonomy menu__item--object-category menu__item--232"><a class="menu__link " href="https://pub.be/fr/articles/?cat=news-fr">News</a></li>\n
<li class="menu__item menu__item--type-taxonomy menu__item--object-category menu__item--274612"><a class="menu__link " href="https://pub.be/fr/articles/?cat=podcast-fr">Podcast</a></li>\n
<li class="menu__item menu__item--type-taxonomy menu__item--object-category menu__item--301766"><a class="menu__link " href="https://pub.be/fr/articles/?cat=new-kids-in-town-fr">New Kids</a></li>\n
<li class="menu__item menu__item--type-post_type menu__item--object-page menu__item--309032"><a class="menu__link " href="https://pub.be/fr/4schools-fr/">4schools</a></li>\n
<li class="menu__item menu__item--type-post_type menu__item--object-page menu__item--246"><a class="menu__link " href="https://pub.be/fr/jobs/">4Jobs</a></li>\n
<li class="menu__item menu__item--type-post_type menu__item--object-page menu__item--519"><a class="menu__link " href="https://pub.be/fr/mon-pub/">Mon PUB</a></li>\n
<li class="menu__item menu__item--type-post_type menu__item--object-page menu__item--245"><a class="menu__link " href="https://pub.be/fr/annoncer/">Annoncer</a></li>\n
<li class="menu__item menu__item--type-post_type menu__item--object-page menu__item--has-children menu__item--247"><a class="menu__link " href="https://pub.be/fr/about-pub/">About us</a>\n
<ul class="menu__sub">\n
\t<li class="menu__item menu__item--type-post_type menu__item--object-page menu__item--248"><a class="menu__link " href="https://pub.be/fr/contact/">Contact</a></li>\n
</ul>\n
</li>\n
<li class="menu__item menu__item--type-post_type menu__item--object-page menu__item--332411"><a class="menu__link " href="https://pub.be/fr/orbitbypubxp/"><span style="color: #40A497;">Orbit 2023</span></a></li>\n
</ul>
"""
"mobile" => """
<ul class="menu site-mobilenav__menu"><li class="menu__item menu__item--type-taxonomy menu__item--object-category menu__item--232"><a class="menu__link " href="https://pub.be/fr/articles/?cat=news-fr">News</a></li>\n
<li class="menu__item menu__item--type-taxonomy menu__item--object-category menu__item--274612"><a class="menu__link " href="https://pub.be/fr/articles/?cat=podcast-fr">Podcast</a></li>\n
<li class="menu__item menu__item--type-taxonomy menu__item--object-category menu__item--301766"><a class="menu__link " href="https://pub.be/fr/articles/?cat=new-kids-in-town-fr">New Kids</a></li>\n
<li class="menu__item menu__item--type-post_type menu__item--object-page menu__item--309032"><a class="menu__link " href="https://pub.be/fr/4schools-fr/">4schools</a></li>\n
<li class="menu__item menu__item--type-post_type menu__item--object-page menu__item--246"><a class="menu__link " href="https://pub.be/fr/jobs/">4Jobs</a></li>\n
<li class="menu__item menu__item--type-post_type menu__item--object-page menu__item--519"><a class="menu__link " href="https://pub.be/fr/mon-pub/">Mon PUB</a></li>\n
<li class="menu__item menu__item--type-post_type menu__item--object-page menu__item--245"><a class="menu__link " href="https://pub.be/fr/annoncer/">Annoncer</a></li>\n
<li class="menu__item menu__item--type-post_type menu__item--object-page menu__item--has-children menu__item--247"><a class="menu__link " href="https://pub.be/fr/about-pub/">About us</a>\n
<ul class="menu__sub">\n
\t<li class="menu__item menu__item--type-post_type menu__item--object-page menu__item--248"><a class="menu__link " href="https://pub.be/fr/contact/">Contact</a></li>\n
</ul>\n
</li>\n
<li class="menu__item menu__item--type-post_type menu__item--object-page menu__item--332411"><a class="menu__link " href="https://pub.be/fr/orbitbypubxp/"><span style="color: #40A497;">Orbit 2023</span></a></li>\n
</ul>
"""
"lang" => "https://pub.be/nl/abonnement-nl-old/"
]
"header" => array:5 [
"logo_tag" => "<img width="2000" height="2000" src="https://s3.eu-west-3.amazonaws.com/pub.be/2023/10/02/logo-PUB-Noir-fond-transparent.png" class="attachment-full size-full" alt="" decoding="async" loading="lazy" srcset="https://s3.eu-west-3.amazonaws.com/pub.be/2023/10/02/YXmHhz4A-logo-PUB-Noir-fond-transparent-300x300.png 300w, https://s3.eu-west-3.amazonaws.com/pub.be/2023/10/02/logo-PUB-Noir-fond-transparent-1024x1024.png 1024w, https://s3.eu-west-3.amazonaws.com/pub.be/2023/10/02/logo-PUB-Noir-fond-transparent-150x150.png 150w, https://s3.eu-west-3.amazonaws.com/pub.be/2023/10/02/logo-PUB-Noir-fond-transparent-768x768.png 768w, https://s3.eu-west-3.amazonaws.com/pub.be/2023/10/02/logo-PUB-Noir-fond-transparent-1536x1536.png 1536w, https://s3.eu-west-3.amazonaws.com/pub.be/2023/10/02/logo-PUB-Noir-fond-transparent-600x600.png 600w, https://s3.eu-west-3.amazonaws.com/pub.be/2023/10/02/logo-PUB-Noir-fond-transparent-100x100.png 100w, https://s3.eu-west-3.amazonaws.com/pub.be/2023/10/02/logo-PUB-Noir-fond-transparent.png 2000w" sizes="(max-width: 2000px) 100vw, 2000px" />"
"logo_url" => "https://s3.eu-west-3.amazonaws.com/pub.be/2023/10/02/logo-PUB-Noir-fond-transparent.png"
"subscribe_logged" => array:3 [
"title" => "Profil"
"url" => "https://pub.be/mon-compte/"
"target" => ""
]
"subscribe" => array:3 [
"title" => "S'abonner"
"url" => "https://pub.be/abonnement/"
"target" => ""
]
"social" => array:5 [
0 => array:2 [
"icon" => "<i class="fab fa-facebook-f" aria-hidden="true"></i>"
"link" => array:3 [
"title" => "Facebook"
"url" => "https://www.facebook.com/PUB.Belgium"
"target" => "_blank"
]
]
1 => array:2 [
"icon" => "<i class="fab fa-instagram" aria-hidden="true"></i>"
"link" => array:3 [
"title" => "Instagram"
"url" => "https://www.instagram.com/pubmagazine/"
"target" => "_blank"
]
]
2 => array:2 [
"icon" => "<i class="fab fa-linkedin-in" aria-hidden="true"></i>"
"link" => array:3 [
"title" => "LinkedIn"
"url" => "https://www.linkedin.com/groups/3125582/"
"target" => "_blank"
]
]
3 => array:2 [
"icon" => "<i class="fab fa-twitter" aria-hidden="true"></i>"
"link" => array:3 [
"title" => "Twitter"
"url" => "https://twitter.com/pubfr"
"target" => "_blank"
]
]
4 => array:2 [
"icon" => "<i class="fab fa-youtube" aria-hidden="true"></i>"
"link" => array:3 [
"title" => "YouTube"
"url" => "https://www.youtube.com/channel/UC_yIPIElbfj8g-9rWVIE3lw"
"target" => "_blank"
]
]
]
]
"footer" => array:2 [
"content_left" => "<p>The New Pub © 2023 | <a href="https://pub.be/conditions-generales/">CONDITIONS GÉNÉRALES</a> | <a href="https://pub.be/politique-de-confidentialite/">POLITIQUE DE CONFIDENTIALITÉ</a> | <a href="#cookies-management">Cookies</a> | PUB / Rue Bara 173-177 – B-1070 Bruxelles</p>\n"
"content_right" => "<p><a href="https://pub.be/fr/contact/">CONTACT</a></p>\n"
]
"takeover" => false
"name" => "PUB"
"url" => "https://pub.be/fr"
"locale" => "fr_FR"
"lang" => "fr"
"charset" => "UTF-8"
"description" => "People unified around brands"
"pingback_url" => "https://pub.be/xmlrpc.php"
"body_class" => array:6 [
0 => "page-template-default"
1 => "page"
2 => "page-id-542"
3 => "theme-syltaen"
4 => "woocommerce-no-js"
5 => "is-unlogged"
]
]
"intro_content" => false
"intro_bg" => false
"sections" => array:1 [
0 => array:18 [
"rows" => array:3 [
0 => array:12 [
"columns" => array:1 [
0 => array:4 [
"width" => 1
"content" => array:1 [
0 => array:2 [
"acf_fc_layout" => "txt"
"txt" => """
<div>\n
<h1>REJOIGNEZ PUB ET DECOUVREZ VOS AVANTAGES</h1>\n
<p><span style="font-size: 10px;">*compris avec l'abonnement PUB Magazine</span></p>\n
</div>\n
<div>\n
<p><img decoding="async" loading="lazy" class="size-full wp-image-302761 alignright" src="https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/abonnements-1.png" alt="" width="500" height="500" srcset="https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/abonnements-1-300x300.png 300w, https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/abonnements-1-150x150.png 150w, https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/abonnements-1.png 500w" sizes="(max-width: 500px) 100vw, 500px" />PUB vous propose un abonnement adapté à vos besoins. Que ce soit pour un abonnement personnel ou pour une petite entreprise, un Small sera l'option parfaite pour vous. Grande entreprise avec de multiples bâtiments? Optez plutôt pour un XLarge... ou contactez Bart Brusseleers (<a href="mailto:bart.brusseleers@pub.be">bart.brusseleers@pub.be</a>) pour plus d'informations.</p>\n
</div>\n
<p>Ce que contient l'offre PUB:</p>\n
<div>\n
<ul>\n
<li>5 magazines/an</li>\n
<li>Accès premium à www.pub.be (daily news)</li>\n
<li>Newsletter 6/7j</li>\n
<li>Newsletters extras et offres préférentielles </li>\n
<li>Tarifs préférentiels pour nos évènements</li>\n
<li>Accès exclusifs aux concours réservés à nos abonnés</li>\n
</ul>\n
</div>\n
<div>\n
<h2>MAIS AUSSI</h2>\n
<p><span style="font-size: 10px;">*contenus et services additionnels disponibles sur demande</span></p>\n
</div>\n
<div>\n
<ul>\n
<li>Interviews, ... magazines / web</li>\n
<li>Ressources &amp; infos sur le secteur</li>\n
<li>Services B2B pour votre entreprise (ads, events, mailings,...) </li>\n
<li>customed services</li>\n
</ul>\n
</div>\n
<h2>CHOISISSEZ VOTRE FORMULE</h2>\n
<p>&nbsp;</p>\n
"""
]
]
"styles" => []
"classes" => []
]
]
"fullwidth" => false
"custom_proportions" => false
"spacing" => "ms"
"valign" => "start"
"responsive" => "sm"
"animation" => "none"
"delayed" => false
"collapsable" => ""
"classes" => array:3 [
0 => ""
1 => "flex-row--responsive-sm"
2 => "flex-row--spacing-ms"
]
"attrs" => []
"light" => true
]
1 => array:12 [
"columns" => array:1 [
0 => array:4 [
"width" => 1
"content" => array:3 [
0 => array:3 [
"acf_fc_layout" => "subscriptions_plans"
"products" => null
"notes" => """
* Non cumulable avec d’autres offres. Reconduction annuelle. <br />\r\n
** TVA 6%<br />\r\n
"""
]
1 => array:2 [
"acf_fc_layout" => "txt"
"txt" => """
<h2>Découvrez la PUB XP, l'expérience events de PUB:</h2>\n
<p><img decoding="async" class="size-full wp-image-302771 alignleft" src="https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/logo-orbit.png" alt="" width="200" srcset="https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/logo-orbit-300x300.png 300w, https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/logo-orbit-150x150.png 150w, https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/logo-orbit.png 500w" sizes="(max-width: 500px) 100vw, 500px" /></p>\n
<p>&nbsp;</p>\n
<p><em><strong>Orbit by PUB XP: 20.10.22 àpd 14h, AG Campus.</strong></em></p>\n
<p><button style="width: 30%; height: 75px; padding: 20px; text-align: center; background: #FFDF2B; border: none;"><a class="monbouton" style="color: white; text-decoration: none !important; font-weight: bold; font-size: 20px;" href="https://www.eventbrite.be/e/billets-orbit-2022-how-sustainable-brands-make-people-happy-406738123677" target="_blank" rel="noopener">INSCRIVEZ-VOUS !</a></button></p>\n
<p>&nbsp;</p>\n
<p>&nbsp;</p>\n
<h3>Mais aussi:</h3>\n
<p><img decoding="async" class="size-full wp-image-302772 alignleft" src="https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/logo-luxury-experience.png" alt="" width="200" srcset="https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/logo-luxury-experience-300x300.png 300w, https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/logo-luxury-experience-150x150.png 150w, https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/logo-luxury-experience.png 500w" sizes="(max-width: 500px) 100vw, 500px" /> <img decoding="async" class="alignnone size-full wp-image-302773" src="https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/logo-job-day.png" alt="" width="200" srcset="https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/logo-job-day-300x300.png 300w, https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/logo-job-day-150x150.png 150w, https://s3.eu-west-3.amazonaws.com/pub.be/2022/10/03/logo-job-day.png 500w" sizes="(max-width: 500px) 100vw, 500px" /></p>\n
<p>Luxury Experience - TBA</p>\n
<p>Job Day by PUB XP 03.05.22 @The Egg</p>\n
"""
]
2 => array:2 [
"acf_fc_layout" => "txt"
"txt" => """
<h2>Restez connectés avec PUB!</h2>\n
<p>&nbsp;</p>\n
<div style="background: #efefef; width: 100%; height: auto; padding: 10px;">\n
<noscript class="ninja-forms-noscript-message">\n
\tRemarque : JavaScript est requis pour ce contenu.</noscript>\n
<div id="nf-form-2-cont" class="nf-form-cont" aria-live="polite" aria-labelledby="nf-form-title-2" aria-describedby="nf-form-errors-2" role="form">\n
\n
    <div class="nf-loading-spinner"></div>\n
\n
</div>\n
        <!-- That data is being printed as a workaround to page builders reordering the order of the scripts loaded-->\n
        <script>var formDisplay=1;var nfForms=nfForms||[];var form=[];form.id='2';form.settings={"objectType":"Form Setting","editActive":true,"title":"[FR] Inscription PubNews","show_title":0,"allow_public_link":0,"embed_form":"","clear_complete":1,"hide_complete":1,"default_label_pos":"above","wrapper_class":"","element_class":"","key":"","add_submit":0,"currency":"","unique_field_error":"Un formulaire avec cette valeur a d\u00e9j\u00e0 \u00e9t\u00e9 envoy\u00e9.","logged_in":false,"not_logged_in_msg":"","sub_limit_msg":"Le formulaire a atteint sa limite d\u2019entr\u00e9es.","calculations":[],"formContentData":["inscrivez-vous_pour_recevoir_la_pubnews_quotidienne_1566476885405","row_1566476712249","gr-6_gr-12-xs_1566476723475","fname","fieldclosetag_1566476701921","gr-6_gr-12-xs_1566476743389","lname","fieldclosetag_1566476700572","fieldclosetag_1566476703529","email","j_accepte_de_recevoir_les_newsletters_de_pub_be_en_accord_avec_less_than_a_href_https_pub_be_fr_conditions-generales_target_blank_greater_than_les_conditions_generales_less_than_a_greater_than_1654760337013","inscription_1566476688331"],"changeEmailErrorMsg":"Veuillez saisir une adresse de messagerie valide. Ex\u00a0: jean.dupont@gmail.com","changeDateErrorMsg":"Veuillez saisir une date valide\u00a0!","confirmFieldErrorMsg":"Ces champs doivent correspondre\u00a0!","fieldNumberNumMinError":"Erreur de nombre min.","fieldNumberNumMaxError":"Erreur de nombre max.","fieldNumberIncrementBy":"Veuillez incr\u00e9menter par ","formErrorsCorrectErrors":"Veuillez corriger les erreurs avant d\u2019envoyer ce formulaire.","validateRequiredField":"Ce champ est obligatoire.","honeypotHoneypotError":"Erreur Honeypot","fieldsMarkedRequired":"Les champs marqu\u00e9s d\u2019un <span class=\"ninja-forms-req-symbol\">*<\/span> sont obligatoires","drawerDisabled":false,"repeatable_fieldsets":"","ninjaForms":"Ninja Forms","fieldTextareaRTEInsertLink":"Ins\u00e9rer un lien","fieldTextareaRTEInsertMedia":"Ins\u00e9rer un m\u00e9dia","fieldTextareaRTESelectAFile":"S\u00e9lectionnez un fichier","formHoneypot":"Si vous \u00eates un \u00eatre humain et que vous voyez ce champ, veuillez le laisser vide.","fileUploadOldCodeFileUploadInProgress":"T\u00e9l\u00e9versement du fichier en cours.","fileUploadOldCodeFileUpload":"T\u00c9L\u00c9VERSEMENT DE FICHIER","currencySymbol":"&#36;","thousands_sep":"\u00a0","decimal_point":",","siteLocale":"fr_FR","dateFormat":"m\/d\/Y","startOfWeek":"1","of":"sur","previousMonth":"Mois pr\u00e9c\u00e9dent","nextMonth":"Mois suivant","months":["Janvier","F\u00e9vrier","Mars","Avril","Mai","Juin","Juillet","Ao\u00fbt","Septembre","Octobre","Novembre","D\u00e9cembre"],"monthsShort":["Jan","F\u00e9v","Mar","Avr","Mai","Juin","Juil","Ao\u00fb","Sep","Oct","Nov","D\u00e9c"],"weekdays":["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],"weekdaysShort":["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],"weekdaysMin":["Di","Lu","Ma","Me","Je","Ve","Sa"],"recaptchaConsentMissing":"reCapctha validation couldn&#039;t load.","recaptchaMissingCookie":"reCaptcha v3 validation couldn&#039;t load the cookie needed to submit the form.","recaptchaConsentEvent":"Accept reCaptcha cookies before sending the form.","currency_symbol":"","beforeForm":"","beforeFields":"","afterFields":"","afterForm":""};form.fields=[{"objectType":"Field","objectDomain":"fields","editActive":false,"order":1,"idAttribute":"id","type":"html","label":"Inscrivez-vous pour recevoir la PUBNews quotidienne !","default":"<b style=\"font-size: 17px\">Inscrivez-vous pour recevoir la PUBNews quotidienne !<\/b>","container_class":"no-margin","element_class":"","has_conditional_display":0,"conditional_display":[],"key":"inscrivez-vous_pour_recevoir_la_pubnews_quotidienne_1566476885405","drawerDisabled":false,"id":22,"beforeField":"","afterField":"","value":"<b style=\"font-size: 17px\">Inscrivez-vous pour recevoir la PUBNews quotidienne !<\/b>","label_pos":"above","parentType":"html","element_templates":["html","input"],"old_classname":"","wrap_template":"wrap"},{"objectType":"Field","objectDomain":"fields","editActive":false,"order":2,"idAttribute":"id","type":"fieldopentag","label":"row","has_conditional_display":0,"conditional_display":[],"attrs":[],"key":"row_1566476712249","id":16,"beforeField":"","afterField":"","value":"","label_pos":"above","parentType":"text","element_templates":["tag","input"],"old_classname":"","wrap_template":"wrap"},{"objectType":"Field","objectDomain":"fields","editActive":false,"order":3,"idAttribute":"id","type":"fieldopentag","label":"gr-6 gr-12-xs","has_conditional_display":0,"conditional_display":[],"attrs":[],"key":"gr-6_gr-12-xs_1566476723475","id":17,"beforeField":"","afterField":"","value":"","label_pos":"above","parentType":"text","element_templates":["tag","input"],"old_classname":"","wrap_template":"wrap"},{"objectType":"Field","objectDomain":"fields","editActive":false,"order":4,"idAttribute":"id","type":"firstname","label":"Pr\u00e9nom","key":"fname","label_pos":"hidden","required":1,"default":"","placeholder":"PR\u00c9NOM","container_class":"no-margin","element_class":"","admin_label":"","help_text":"","custom_name_attribute":"fname","personally_identifiable":1,"has_conditional_display":0,"value":"","conditional_display":[],"manual_key":true,"drawerDisabled":false,"id":13,"beforeField":"","afterField":"","parentType":"firstname","element_templates":["firstname","input"],"old_classname":"","wrap_template":"wrap"},{"objectType":"Field","objectDomain":"fields","editActive":false,"order":5,"idAttribute":"id","type":"fieldclosetag","label":"&nbsp;","has_conditional_display":0,"key":"fieldclosetag_1566476701921","id":18,"beforeField":"","afterField":"","value":"","label_pos":"above","parentType":"text","element_templates":["tag","input"],"old_classname":"","wrap_template":"wrap"},{"objectType":"Field","objectDomain":"fields","editActive":false,"order":6,"idAttribute":"id","type":"fieldopentag","label":"gr-6 gr-12-xs","has_conditional_display":0,"conditional_display":[],"attrs":[],"key":"gr-6_gr-12-xs_1566476743389","id":19,"beforeField":"","afterField":"","value":"","label_pos":"above","parentType":"text","element_templates":["tag","input"],"old_classname":"","wrap_template":"wrap"},{"objectType":"Field","objectDomain":"fields","editActive":false,"order":7,"idAttribute":"id","type":"lastname","label":"Nom","key":"lname","label_pos":"hidden","required":1,"default":"","placeholder":"NOM","container_class":"no-margin","element_class":"","admin_label":"","help_text":"","custom_name_attribute":"lname","personally_identifiable":1,"has_conditional_display":0,"value":"","conditional_display":[],"manual_key":true,"drawerDisabled":false,"id":14,"beforeField":"","afterField":"","parentType":"lastname","element_templates":["lastname","input"],"old_classname":"","wrap_template":"wrap"},{"objectType":"Field","objectDomain":"fields","editActive":false,"order":8,"idAttribute":"id","type":"fieldclosetag","label":"&nbsp;","has_conditional_display":0,"key":"fieldclosetag_1566476700572","id":20,"beforeField":"","afterField":"","value":"","label_pos":"above","parentType":"text","element_templates":["tag","input"],"old_classname":"","wrap_template":"wrap"},{"objectType":"Field","objectDomain":"fields","editActive":false,"order":9,"idAttribute":"id","type":"fieldclosetag","label":"&nbsp;","has_conditional_display":0,"key":"fieldclosetag_1566476703529","id":21,"beforeField":"","afterField":"","value":"","label_pos":"above","parentType":"text","element_templates":["tag","input"],"old_classname":"","wrap_template":"wrap"},{"objectType":"Field","objectDomain":"fields","editActive":false,"order":10,"idAttribute":"id","type":"email","label":"E-mail","key":"email","label_pos":"hidden","required":1,"default":"","placeholder":"ADRESSE E-MAIL","container_class":"","element_class":"","admin_label":"","help_text":"","custom_name_attribute":"email","personally_identifiable":1,"has_conditional_display":0,"value":"","conditional_display":[],"drawerDisabled":false,"manual_key":true,"desc_text":"<p><br><\/p>","id":12,"beforeField":"","afterField":"","parentType":"email","element_templates":["email","input"],"old_classname":"","wrap_template":"wrap"},{"objectType":"Field","objectDomain":"fields","editActive":false,"order":11,"idAttribute":"id","label":"J\u2019accepte de recevoir les newsletters de Pub.be en accord avec les conditions g\u00e9n\u00e9rales","type":"checkbox","key":"j_accepte_de_recevoir_les_newsletters_de_pub_be_en_accord_avec_less_than_a_href_https_pub_be_fr_conditions-generales_target_blank_greater_than_les_conditions_generales_less_than_a_greater_than_1654760337013","label_pos":"right","required":1,"container_class":"","element_class":"","manual_key":false,"admin_label":"","help_text":"","default_value":"unchecked","checked_value":"Coch\u00e9","unchecked_value":"D\u00e9coch\u00e9","checked_calc_value":"","unchecked_calc_value":"","has_conditional_display":0,"conditional_display":[],"drawerDisabled":false,"id":23,"beforeField":"","afterField":"","value":"","parentType":"checkbox","element_templates":["checkbox","input"],"old_classname":"","wrap_template":"wrap"},{"objectType":"Field","objectDomain":"fields","editActive":false,"order":12,"idAttribute":"id","type":"submit","label":"Inscription","processing_label":"En cours de traitement","container_class":"no-margin","element_class":"button button--fullwidth","key":"inscription_1566476688331","has_conditional_display":0,"conditional_display":[],"drawerDisabled":false,"id":15,"beforeField":"","afterField":"","value":"","label_pos":"above","parentType":"textbox","element_templates":["submit","button","input"],"old_classname":"","wrap_template":"wrap-no-label"}];nfForms.push(form);</script>\n
        \n
</div>\n
"""
]
]
"styles" => []
"classes" => []
]
]
"fullwidth" => false
"custom_proportions" => false
"spacing" => "md"
"valign" => "start"
"responsive" => "sm"
"animation" => "none"
"delayed" => false
"collapsable" => ""
"classes" => array:3 [
0 => ""
1 => "flex-row--responsive-sm"
2 => "flex-row--spacing-md"
]
"attrs" => []
"light" => true
]
2 => array:12 [
"columns" => array:1 [
0 => array:4 [
"width" => 1
"content" => array:1 [
0 => array:2 [
"acf_fc_layout" => "txt"
"txt" => "<p class="no-margin"><img decoding="async" loading="lazy" class="no-margin-bottom size-full wp-image-548 aligncenter" src="https://s3.eu-west-3.amazonaws.com/pub.be/2019/08/old_covers_pub.jpg" alt="" width="743" height="425" srcset="https://s3.eu-west-3.amazonaws.com/pub.be/2019/08/old_covers_pub-300x172.jpg 300w, https://s3.eu-west-3.amazonaws.com/pub.be/2019/08/old_covers_pub.jpg 743w" sizes="(max-width: 743px) 100vw, 743px" /></p>\n"
]
]
"styles" => []
"classes" => []
]
]
"fullwidth" => false
"custom_proportions" => false
"spacing" => "ms"
"valign" => "start"
"responsive" => "sm"
"animation" => "none"
"delayed" => false
"collapsable" => ""
"classes" => array:3 [
0 => ""
1 => "flex-row--responsive-sm"
2 => "flex-row--spacing-ms"
]
"attrs" => []
"light" => true
]
]
"bg" => "white"
"text_color" => "none"
"bg_img" => false
"bg_img_size" => "cover"
"bg_img_pos" => "center"
"padding_top" => "sm"
"padding_bottom" => "no"
"top_edge" => "none"
"top_edge_color" => "section"
"bottom_edge" => "none"
"bottom_edge_color" => ""
"anchor" => ""
"hide" => false
"hide_start" => null
"hide_end" => null
"attr" => array:1 [
"id" => null
]
"classes" => array:3 [
0 => "site-section"
1 => "sm-padding-top"
2 => "bg-white"
]
]
]
"_img" => Closure($image) {#34536
class: "Syltaen\View"
file: "/var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/Helpers/View.php"
line: "189 to 198"
}
"_s3img" => Closure($path) {#34535
class: "Syltaen\View"
file: "/var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/Helpers/View.php"
line: "199 to 201"
}
"_imgtag" => Closure($id) {#34534
class: "Syltaen\View"
file: "/var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/Helpers/View.php"
line: "202 to 204"
}
"_tel" => Closure($tel) {#34533
class: "Syltaen\View"
file: "/var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/Helpers/View.php"
line: "206 to 208"
}
"_mailto" => Closure($mail) {#34532
class: "Syltaen\View"
file: "/var/www/vhosts/pub.hungryminds.host/httpdocs/wp-content/themes/syltaen/app/Helpers/View.php"
line: "210 to 212"
}
"error_message" => null
"success_message" => null
]