HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
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: /home/hanode/public_html/wp-content/plugins/ml-slider/admin/views/pages/parts/ie-warning.php
<div class="m-6 mt-10 bg-white shadow sm:rounded-lg">
  <div class="px-4 py-5 sm:p-6">
    <h3 class="text-lg leading-6 font-medium text-gray-darker mt-0">
      <?php esc_html_e('Browser upgrade required', 'ml-slider'); ?>
    </h3>
    <div class="mt-2 max-w-xl text-sm leading-5 text-gray-dark">
      <p>
        <?php printf(esc_html__('It looks like you are using %s. While MetaSlider does support %s on the frontend of the website where users see your slideshows, some of the tools we provide back here require a modern browser.', 'ml-slider'), '<strong>' . esc_html__('Microsoft Internet Explorer 11', 'ml-slider') . '</strong>', esc_html__('IE11', 'ml-slider')); ?>
      </p>
    </div>
    <div class="mt-3 text-sm leading-5">
        <?php printf('<a href="https://support.microsoft.com/help/17621/internet-explorer-downloads" class="font-medium text-orange hover:text-orange-darker transition ease-in-out duration-150">%s</a>', esc_html__('Update Internet Explorer', 'ml-slider')); ?>
    </div>
  </div>
</div>