HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/testingff/public_html/fdfctr/wp-content/plugins/listdom/app/html/menus/ix/tpl.php
<?php
// no direct access
defined('ABSPATH') or die();

/** @var LSD_Menus_IX $this */
?>
<div class="wrap about-wrap lsd-wrap">
    <h1><?php esc_html_e('Import / Export', 'listdom'); ?></h1>
    <div class="about-text">
		<?php echo esc_html__("Simply import / export listings in your desired format!", 'listdom'); ?>
    </div>

    <?php echo LSD_Ads::display('ix-top'); ?>

    <?php
        // Upgrade Message
        if($this->isLite())
        {
            echo LSD_Base::alert($this->missFeatureMessage(esc_html__('Import / Export', 'listdom')), 'error');
        }
        else
        {
            // IX Tabs
            $this->include_html_file('menus/ix/tabs.php');

            // IX Content
            $this->include_html_file('menus/ix/content.php');
        }
    ?>

    <?php echo LSD_Ads::display('ix-bottom'); ?>
    
</div>