HEX
Server: Apache
System: Linux sys.digiflyeg.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User: opal (1023)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/opal/public_html/wp-content/plugins/master-addons/inc/admin/welcome/addons.php
<?php

namespace MasterAddons\Admin\Dashboard\Addons;

use MasterAddons\Master_Elementor_Addons;
?>


<div class="jltma-master-addons-tab-panel" id="jltma-master-addons-addons" style="display: none;">
    <div class="jltma-master-addons-features">
        <div class="jltma-tab-dashboard-wrapper">
            <form method="POST" id="jltma-addons-tab-settings" class="jltma-addons-tab-settings" name="jltma-addons-tab-settings">
                <?php wp_nonce_field('jltma_options_settings_nonce_action'); ?>
                <div class="jltma-addons-dashboard-tabs-wrapper">
                    <div id="jltma-addons-elements" class="jltma-addons-dashboard-header-left">
                        <?php
                        include_once JLTMA_PATH . '/inc/admin/welcome/addons-elements.php';
                        include_once JLTMA_PATH . '/inc/admin/welcome/addons-forms.php';
                        include_once JLTMA_PATH . '/inc/admin/welcome/addons-marketing.php';
                        ?>
                    </div>
                </div> <!-- .jltma-addons-tab-dashboard-tabs-wrapper-->
            </form>
        </div>
    </div>
</div>