PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
mailpoet
/
lib
/
AdminPages
/
Pages
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing namespace MailPoet\AdminPages\Pages; if (!defined('ABSPATH')) exit; use MailPoet\AdminPages\PageRenderer; use MailPoet\Subscribers\ImportExport\ImportExportFactory; class SubscribersExport { /** @var PageRenderer */ private $pageRenderer; public function __construct( PageRenderer $pageRenderer ) { $this->pageRenderer = $pageRenderer; } public function render() { $export = new ImportExportFactory(ImportExportFactory::EXPORT_ACTION); $data = $export->bootstrap(); $this->pageRenderer->displayPage('subscribers/importExport/export.html', $data); } }
[-] NewsletterEditor.php
[edit]
[-] Settings.php
[edit]
[-] Forms.php
[edit]
[-] Upgrade.php
[edit]
[-] index.php
[edit]
[+]
..
[-] Landingpage.php
[edit]
[-] Help.php
[edit]
[-] EmailEditor.php
[edit]
[-] Subscribers.php
[edit]
[-] DynamicSegments.php
[edit]
[-] AutomationAnalytics.php
[edit]
[-] Newsletters.php
[edit]
[-] AutomationTemplates.php
[edit]
[-] Logs.php
[edit]
[-] StaticSegments.php
[edit]
[-] Homepage.php
[edit]
[-] WooCommerceSetup.php
[edit]
[-] ExperimentalFeatures.php
[edit]
[-] Automation.php
[edit]
[-] SubscribersImport.php
[edit]
[-] WelcomeWizard.php
[edit]
[-] FormEditor.php
[edit]
[-] SubscribersExport.php
[edit]
[-] AutomationEditor.php
[edit]