🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 20:38:34 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Mailer
/
Methods
📍 /home/therahul/thedasstores.com/wp-content/plugins/mailpoet/lib/Mailer/Methods
🔄 Refresh
✏️
Editing: MailerMethod.php
Writable
<?php declare(strict_types = 1); namespace MailPoet\Mailer\Methods; if (!defined('ABSPATH')) exit; interface MailerMethod { public function send(array $newsletter, array $subscriber, array $extraParams = []): array; }
💾 Save Changes
❌ Cancel