HEX
Server: Apache
System: Linux cpanelx.inxs.ro 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: crowdandsafety (1041)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //proc/self/cwd/wp-content/plugins/shortpixel-image-optimiser/class/view/settings/part-wso.php
<?php
namespace ShortPixel;

if ( ! defined( 'ABSPATH' ) ) {
 exit; // Exit if accessed directly.
}

if (true === $view->hide_banner)
{
   return;
}

?>

<section class='wso banner'>
    <span class="image">
      <a href="https://fastpixel.io/?utm_source=SPIO" target="_blank">
      <img src="<?php echo \wpSPIO()->plugin_url() ?>res/img/fastpixel-logo.svg" />
    </a>
    </span>
    <span class="line"><h3>
      <?php printf(__('FAST%sPIXEL%s - the new website accelerator plugin from ShortPixel', 'shortpixel-image-optimiser'), '<span class="red">','</span>'); ?>
      </h3>
    </span>
  <!--  <span class="line"><h3>
       <?php printf(__('ALLOW ShortPixel SPECIALISTS TO %s FIND THE  SOLUTION FOR YOU.', 'shortpixel-image-optimiser'), '<br>'); ?>
     </h3>
   </span> -->
  <span class="button-wrap">
      <a href="<?php echo esc_url('https://test.fastpixel.io/result/' . parse_url(home_url(), PHP_URL_HOST)); ?>" target="_blank" class='button' ><?php _e('TRY NOW!', 'shortpixel-image-optimiser'); ?></a>
  </span>
</section>