REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 617 B
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/newsletter/unsubscription/unsubscription-admin.php
Text
Base64
<?php defined('ABSPATH') || exit; /** * @property NewsletterUnsubscription $frontend */ class NewsletterUnsubscriptionAdmin extends NewsletterModuleAdmin { static $instance; /** * @return NewsletterUnsubscriptionAdmin */ static function instance() { if (self::$instance == null) { self::$instance = new self(); } return self::$instance; } function __construct() { parent::__construct('unsubscription'); } function admin_menu() { $this->add_admin_page('index', 'Unsubscribe'); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.php
12.01 KB
lrw-r--r--
2026-06-03 14:57:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
unsubscription-admin.php
617 B
lrw-r--r--
2026-06-03 14:57:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
unsubscription.php
12.23 KB
lrw-r--r--
2026-06-03 14:57:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).