REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 2.32 KB
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/newsletter/emails/modals/test.php
Text
Base64
<div id="tnp-test-modal" aria-hidden="true" class="modal"> <div id="test-newsletter-message"> </div> <div id="test-newsletter-form"> <h4><?php esc_html_e("Send a test to", 'newsletter') ?></h4> <input name="options[test_email]" id="options-test_email" type="email" placeholder="<?php esc_html_e("Email", 'newsletter') ?>" id="test-newsletter-email"> <input type="button" class="button-secondary" onclick="tnpc_test(true);return false;" value="<?php esc_attr_e("Send", 'newsletter') ?>"> <div class="tnp-separator"><?php _e("or", 'newsletter') ?></div> <div class="test-subscribers"> <?php if (!empty(NewsletterUsersAdmin::instance()->get_test_users())): ?> <h4><?php _e("Send a test to test subscribers", 'newsletter') ?></h4> <ul> <?php foreach (NewsletterUsersAdmin::instance()->get_test_users() as $user) { ?> <li><?php echo $user->email ?></li> <?php } ?> </ul> <input type="button" class="button-secondary" onclick="tnpc_test(false);return false;" value="<?php esc_attr_e("Send", 'newsletter') ?>"> <?php endif; ?> <p style="float: right"> <a href="https://www.thenewsletterplugin.com/documentation/subscribers#test" target="_blank"> <?php esc_html_e('More on test subscribers', 'newsletter') ?></a> </p> </div> </div> </div> <script> function tnpc_test(to_email) { jQuery('#test-newsletter-message').html('Sending...'); data = jQuery('#tnp-raw-html-editor').serializeArray(); if (to_email) { data.push({ name: 'to_email', value: '1' }); // The modal library moves the div out of the form data.push({ name: 'options[test_email]', value: document.getElementById('options-test_email').value }); } data.push({ name: 'action', value: 'tnpc_test_raw_html' }); jQuery.post(ajaxurl, data, function (response) { jQuery('#test-newsletter-message').html(response); jQuery('#test-newsletter-message').show(); }); return false; } </script>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
test.php
2.32 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).