🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 08:36:35 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Logging
📍 /home/therahul/thedasstores.com/wp-content/plugins/mailpoet/lib/Logging
🔄 Refresh
✏️
Editing: PluginVersionProcessor.php
Writable
<?php declare (strict_types = 1); namespace MailPoet\Logging; if (!defined('ABSPATH')) exit; use MailPoet\Config\Env; use MailPoetVendor\Monolog\Processor\ProcessorInterface; class PluginVersionProcessor implements ProcessorInterface { public function __invoke(array $record): array { $record['extra']['free_plugin_version'] = Env::$version; $record['extra']['premium_plugin_version'] = defined('MAILPOET_PREMIUM_VERSION') ? MAILPOET_PREMIUM_VERSION : 'premium not installed'; return $record; } }
💾 Save Changes
❌ Cancel