OwlCyberSecurity - MANAGER
Edit File: d72b0eb8f17c4d63f963b3e71727ab736a6e3eac1a680a93430b737d116a8a95.php
<?php if (!defined('ABSPATH')) exit; use MailPoetVendor\Twig\Environment; use MailPoetVendor\Twig\Error\LoaderError; use MailPoetVendor\Twig\Error\RuntimeError; use MailPoetVendor\Twig\Extension\CoreExtension; 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; /* emails/statsNotificationLayout.txt */ class __TwigTemplate_d3e8bf2dd0b6f553933582b6cf295d5ab8592820b519068b6de84e6d5df22c40 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'content' => [$this, 'block_content'], ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 2 yield " "; // line 3 yield $this->extensions['MailPoet\Twig\I18n']->translate("How to improve my open rate?"); yield " https://www.mailpoet.com/how-to-improve-open-rates/ "; // line 4 yield $this->extensions['MailPoet\Twig\I18n']->translate("And my click rate?"); yield " https://www.mailpoet.com/how-to-improve-click-rates/ "; // line 5 yield $this->extensions['MailPoet\Twig\I18n']->translate("Disable these emails"); yield " "; yield $this->env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape(($context["linkSettings"] ?? null), "html", null, true); yield " "; return; yield ''; } // line 1 public function block_content($context, array $blocks = []) { $macros = $this->macros; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "emails/statsNotificationLayout.txt"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 61 => 1, 52 => 5, 48 => 4, 44 => 3, 41 => 2, 39 => 1,); } public function getSourceContext() { return new Source("", "emails/statsNotificationLayout.txt", "/home/circleci/mailpoet/mailpoet/views/emails/statsNotificationLayout.txt"); } }