HEX
Server: LiteSpeed
System: Linux linux31.centraldnserver.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: salamatk (1501)
PHP: 8.1.33
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/salamatk/www/wp-content/plugins/woodmart-plus/template/campaign/admin/campaign-detial.php
<div class="tab-content active" id="overviewTab">
    <div id="detailsBody">
        <div class="detail-section">
            <div class="detail-title"><?php esc_html_e('شرایط هدف‌گیری','woodmartplus'); ?></div>
            <div class="detail-content">
                <p>
                    <?php echo esc_html($campaign['condition_text']); ?>
                </p>
                <p>
                    <?php echo esc_html($campaign['user_success']); ?>
                </p>
            </div>
        </div>

        <div class="detail-section">
            <div class="detail-title"><?php esc_html_e('زمان‌بندی','woodmartplus'); ?></div>
            <div class="detail-content">
                <strong><?php esc_html_e('نوع ارسال:','woodmartplus'); ?></strong> <?php echo esc_html($campaign['type']); ?> <br />
                <strong><?php esc_html_e('تاریخ ایجاد:','woodmartplus'); ?></strong> <?php echo esc_html($campaign['campaign_created']); ?> <br />
                <?php if( $campaign['date_send'] ): ?>
                    <strong><?php esc_html_e('تاریخ ارسال:','wi-win'); ?></strong> <?php echo esc_html($campaign['date_send']); ?>
                <?php endif; ?>
            </div>
        </div>
        
        <div class="detail-section">
            <div class="detail-title"><?php esc_html_e('کد تخفیف','woodmartplus'); ?></div>
            <div class="detail-content">
                <strong><?php esc_html_e('کد تخفیف : ','woodmartplus'); ?></strong> <?php echo esc_html($campaign['coupon_code']) ?>  <br />
                <strong><?php esc_html_e('تاریخ انقضا : ','woodmartplus'); ?></strong> <?php echo esc_html($campaign['coupon_code_expire']) ?> <br />
                <strong><?php esc_html_e('فعال بودن برای این کمپین :','wi-win'); ?> <?php echo esc_html($campaign['exclusive_campaign']) ?> </strong> 
            </div>
        </div>
    </div>
</div>