HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-4-197 6.8.0-1036-aws #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025 x86_64
User: ubuntu (1000)
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/html/wordpress/wp-content/plugins/ml-slider/admin/views/pages/theme-editor.php
<?php if (!defined('ABSPATH')) {
    die('No direct access.');
} ?>

<div class="metaslider-ui metaslider metaslider_themeEditor">
    <div class="wrap">
        <div class="metaslider-start mt-16">
            <div class="metaslider-welcome">
                <div class="welcome-panel-content items-center">
                    <h2>
                        <?php _e( 'Introducing the Theme Editor in MetaSlider Pro', 'ml-slider' ); ?>
                    </h2>
                </div>
                <div class="welcome-panel-content" style="min-height:270px;">
                    <div class="ms-panel-container items-center">
                        <div>
                            <p>
                                <img src="<?php echo esc_url( METASLIDER_ADMIN_ASSETS_URL . 'images/hero-theme-editor.jpg' ) ?>" alt="<?php _e( 'Theme Editor', 'ml-slider' ); ?>">
                            </p>
                        </div>
                        <div>
                            <h3 class="ms-heading leading-tight">
                                <?php _e( 'Create your own MetaSlider Themes', 'ml-slider' ); ?>
                            </h3>
                            <p>
                                <?php _e( 'The Theme Editor is an easy and powerful way to design themes that exactly match your site.', 'ml-slider' ); ?>
                            </p>
                            <p>
                                <?php _e( 'The Theme Editor allows you to customize almost every aspect of your slideshow themes. You can change the arrows, navigation, captions, Play / Pause button, and other slideshow details.', 'ml-slider' ); ?>
                            </p>
                            <p>
                                <?php _e( 'Upgrade to MetaSlider Pro and you can create a beautiful WordPress slideshow in minutes.', 'ml-slider' ); ?>
                            </p>
                            <p>
                                <a href="https://www.metaslider.com/upgrade?utm_source=lite&utm_medium=banner&utm_campaign=pro" class="ml-upgrade-button w-auto" target="_blank">
                                    <?php _e( 'Upgrade now', 'ml-slider' ); ?>
                                </a>
                            </p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div> 
</div>