PHP 8.2.31
Preview: debug.php Size: 1.41 KB
//home/nshryvcy/blissfulnepal.com/wp-content/plugins/newsletter/subscription/debug.php

<?php
/* @var $this NewsletterSubscription */
/* @var $wpdb wpdb */
defined('ABSPATH') || exit;

global $wpdb;

include_once NEWSLETTER_INCLUDES_DIR . '/controls.php';
$controls = new NewsletterControls();

$items = $wpdb->get_results("select * from {$wpdb->options} where option_name like 'newsletter_subscription%' order by option_name");
array_walk($items, function ($item) {
    $item->option_name = strtoupper(substr($item->option_name, 24));
    if (empty($item->option_name)) $item->option_name = 'Main';
});
?>

<div class="wrap" id="tnp-wrap">

    <?php include NEWSLETTER_ADMIN_HEADER ?>

    <div id="tnp-heading">
        <?php include __DIR__ . '/nav.php' ?>
    </div>

    <div id="tnp-body">

        <?php $controls->show(); ?>
        <?php $controls->init(); ?>

        <div id="tabs">

            <ul>
                <?php foreach ($items as $item) { ?>
                    <li><a href="#tabs-<?php echo esc_attr($item->option_name) ?>"><?php echo esc_html($item->option_name); ?></a></li>
                <?php } ?>
            </ul>

            <?php foreach ($items as $item) { ?>
                <div id="tabs-<?php echo esc_attr($item->option_name) ?>">
                    <pre><?php echo esc_html(json_encode(maybe_unserialize($item->option_value), JSON_PRETTY_PRINT)) ?></pre>
                </div>

            <?php } ?>

        </div>

    </div>

    <?php include NEWSLETTER_ADMIN_FOOTER; ?>

</div>

Directory Contents

Dirs: 2 × Files: 22

Name Size Perms Modified Actions
assets DIR
- drwxr-xr-x 2026-06-03 14:57:28
Edit Download
_ DIR
- drwxr-xr-x 2026-06-03 14:57:28
Edit Download
6.54 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
870 B lrw-r--r-- 2026-06-03 14:57:28
Edit Download
8.71 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
6.24 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
1.41 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
2.37 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
15.73 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
2.60 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
3.48 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
11.19 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
529 B lrw-r--r-- 2026-06-03 14:57:28
Edit Download
1.27 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
1.79 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
11.19 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
2.99 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
3.32 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
1.43 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
6.74 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
3.43 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
73.64 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
4.46 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download
8.67 KB lrw-r--r-- 2026-06-03 14:57:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).