HEX
Server: Apache
System: Linux jomarlogistica 6.14.0-29-generic #29~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Aug 14 16:52:50 UTC 2 x86_64
User: jomarlogistica.com.br (1021295)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhosts/jomarlogistica.com.br/httpdocs/wp-content/plugins/newsletter/emails/subjects.php
<script>

    jQuery(function () {
        jQuery("#tnp-edit-subjects-list a").click(function (e) {
            e.preventDefault();
            jQuery("#options-subject").val(this.innerText);
            jQuery("#options-title").val(this.innerText);
            TNPModal2.close('#subject-ideas-modal');
        });

    });
</script>

<div class="tnp-modal2" id="subject-ideas-modal" aria-hidden="true">
    <div class="tnp-modal2__content" role="dialog" style="width: 600px">
        <header class="tnp-modal2__header">
            <h2><?php _e("Subject ideas", 'newsletter') ?></h2>
            <span class="tnp-modal2__close" data-tnp-modal-close aria-label="Close modal"></span>
        </header>
        <div class="tnp-modal2__body">

            <div id="tnp-edit-subjects-list">
                <h3 class="tnp-subject-category">Promotions</h3>
                <a href="#"><?php _e('Last day to save 30%', 'newsletter') ?></a><br>
                <a href="#"><?php _e('Black Friday Sale is almost over', 'newsletter') ?></a><br>
                <a href="#"><?php _e('Black Friday 65% off ending soon!', 'newsletter') ?></a><br>
                <a href="#"><?php _e('Your Final 24 Hours | Last Call for Black Friday Deals', 'newsletter') ?></a><br>
                <a href="#"><?php _e('Black Friday Sale is Live', 'newsletter') ?></a><br>
                <a href="#"><?php _e('Black Friday Sale: few hours left!', 'newsletter') ?></a><br>

                <h3 class="tnp-subject-category">Dangers</h3>
                <a href="#"><?php _e('How safe is your <em>[something]</em> from <em>[danger]</em>?', 'newsletter') ?></a><br>
                <a href="#"><?php _e('10 Warning Signs That <em>[something]</em>', 'newsletter') ?></a><br>
                <a href="#"><?php _e('10 Lies <em>[kind of people]</em> Likes to Tell', 'newsletter') ?></a><br>



                <h3 class="tnp-subject-category">Better life, problem management</h3>
                <a href="#"><?php _e('10 Ways to Simplify Your <em>[something]</em>', 'newsletter') ?></a><br>
                <a href="#"><?php _e('Get Rid of <em>[problem]</em> Once and Forever', 'newsletter') ?></a><br>
                <a href="#"><?php _e('How to End [problem]', 'newsletter') ?></a><br>
                <a href="#"><?php _e('Secrets of [famous people]', 'newsletter') ?></a><br>

                <h3 class="tnp-subject-category">Mistakes</h3>
                <a href="#"><?php _e('Do You Make These 10 <em>[something]</em> Mistakes?', 'newsletter') ?></a><br>
                <a href="#"><?php _e('10 <em>[something]</em> Mistakes That Make You Look Dumb', 'newsletter') ?></a><br>
                <a href="#"><?php _e('Don\'t do These 10 Things When <em>[something]</em>', 'newsletter') ?></a><br>

                <h3 class="tnp-subject-category">Lists</h3>
                <a href="#"><?php _e('10 Ways to <em>[something]</em>', 'newsletter') ?></a><br>
                <a href="#"><?php _e('The Top 10 <em>[something]</em>', 'newsletter') ?></a><br>
                <a href="#"><?php _e('The 10 Rules for <em>[something]</em>', 'newsletter') ?></a><br>
                <a href="#"><?php _e('Get/Become <em>[something]</em>. 10 Ideas That Work', 'newsletter') ?></a><br>
            </div>
        </div>
    </div>
</div>