PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
mailpoet
/
generated
/
twig
/
39
<?php if (!defined('ABSPATH')) exit; use MailPoetVendor\Twig\Environment; use MailPoetVendor\Twig\Error\LoaderError; use MailPoetVendor\Twig\Error\RuntimeError; use MailPoetVendor\Twig\Extension\SandboxExtension; use MailPoetVendor\Twig\Markup; use MailPoetVendor\Twig\Sandbox\SecurityError; use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedTagError; use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFilterError; use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFunctionError; use MailPoetVendor\Twig\Source; use MailPoetVendor\Twig\Template; /* segments/dynamic.html */ class __TwigTemplate_756448057f537f5715d1a262e5a4bc2ae04cea7f694f005ae4bcfe6c68608edd extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'content' => [$this, 'block_content'], 'after_translations' => [$this, 'block_after_translations'], ]; } protected function doGetParent(array $context) { // line 1 return "layout.html"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("layout.html", "segments/dynamic.html", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 3 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 4 echo " <div id=\"dynamic_segments_container\"></div> <script type=\"text/javascript\"> var mailpoet_dynamic_segment_count = "; // line 7 echo \MailPoetVendor\twig_escape_filter($this->env, ($context["dynamic_segment_count"] ?? null), "html", null, true); echo "; var mailpoet_listing_per_page = "; // line 8 echo \MailPoetVendor\twig_escape_filter($this->env, ($context["items_per_page"] ?? null), "html", null, true); echo "; var mailpoet_custom_fields = "; // line 9 echo json_encode(($context["custom_fields"] ?? null)); echo "; var mailpoet_static_segments_list = "; // line 10 echo json_encode(($context["static_segments_list"] ?? null)); echo "; var wordpress_editable_roles_list = "; // line 11 echo json_encode(($context["wordpress_editable_roles_list"] ?? null)); echo "; var mailpoet_newsletters_list = "; // line 12 echo json_encode(($context["newsletters_list"] ?? null)); echo "; var mailpoet_product_attributes = "; // line 13 echo json_encode(($context["product_attributes"] ?? null)); echo "; var mailpoet_local_product_attributes = "; // line 14 echo json_encode(($context["local_product_attributes"] ?? null)); echo "; var mailpoet_product_categories = "; // line 15 echo json_encode(($context["product_categories"] ?? null)); echo "; var mailpoet_product_tags = "; // line 16 echo json_encode(($context["product_tags"] ?? null)); echo "; var mailpoet_products = "; // line 17 echo json_encode(($context["products"] ?? null)); echo "; var mailpoet_membership_plans = "; // line 18 echo json_encode(($context["membership_plans"] ?? null)); echo "; var mailpoet_subscription_products = "; // line 19 echo json_encode(($context["subscription_products"] ?? null)); echo "; var mailpoet_can_use_woocommerce_memberships = "; // line 20 echo json_encode(($context["can_use_woocommerce_memberships"] ?? null)); echo "; var mailpoet_can_use_woocommerce_subscriptions = "; // line 21 echo json_encode(($context["can_use_woocommerce_subscriptions"] ?? null)); echo "; var mailpoet_woocommerce_currency_symbol = "; // line 22 echo json_encode(($context["woocommerce_currency_symbol"] ?? null)); echo "; var mailpoet_woocommerce_countries = "; // line 23 echo json_encode(($context["woocommerce_countries"] ?? null)); echo "; var mailpoet_woocommerce_payment_methods = "; // line 24 echo json_encode(($context["woocommerce_payment_methods"] ?? null)); echo "; var mailpoet_woocommerce_shipping_methods = "; // line 25 echo json_encode(($context["woocommerce_shipping_methods"] ?? null)); echo "; var mailpoet_signup_forms = "; // line 26 echo json_encode(($context["signup_forms"] ?? null)); echo "; var mailpoet_automations = "; // line 27 echo json_encode(($context["automations"] ?? null)); echo "; </script> "; // line 30 $this->loadTemplate("segments/translations.html", "segments/dynamic.html", 30)->display($context); } // line 34 public function block_after_translations($context, array $blocks = []) { $macros = $this->macros; // line 35 echo " "; echo do_action("mailpoet_segments_translations_after"); echo " "; } public function getTemplateName() { return "segments/dynamic.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 150 => 35, 146 => 34, 142 => 30, 136 => 27, 132 => 26, 128 => 25, 124 => 24, 120 => 23, 116 => 22, 112 => 21, 108 => 20, 104 => 19, 100 => 18, 96 => 17, 92 => 16, 88 => 15, 84 => 14, 80 => 13, 76 => 12, 72 => 11, 68 => 10, 64 => 9, 60 => 8, 56 => 7, 51 => 4, 47 => 3, 36 => 1,); } public function getSourceContext() { return new Source("", "segments/dynamic.html", "/home/circleci/mailpoet/mailpoet/views/segments/dynamic.html"); } }
[-] index.php
[edit]
[+]
..
[-] 39da32f9fe8a5caa16807fdb58b8d6bb1943456eb890fa93c71599fef75864bd.php
[edit]