WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/lcanorthshore/public_html/wp-content/plugins/unbounce/templates/main_header.php
<?php echo UBTemplate::render('title'); ?>

<?php if ($authorization === 'success' && $is_authorized) : ?>
  <div class="updated"><p>Authorized with Unbounce and WordPress domain successfully enabled.</p></div>
<?php elseif ($authorization === 'success') : ?>
  <div class="updated"><p>Successfully authorized with Unbounce.</p></div>
<?php elseif ($authorization === 'failure') : ?>
  <div class="error"><p>Sorry, there was an error authorizing with Unbounce. Please try again.</p></div>
<?php endif; ?>

<?php // Only show error if they've never authorized, otherwise it will be shown right away ?>
<?php if ($show_warning) : ?>
  <div class="error">
    <p>
      We have identified a configuration issue with this Unbounce Pages Plugin and your WordPress
      configuration, please <a href="<?php echo admin_url('admin.php?page='.UBConfig::UB_ADMIN_PAGE_DIAGNOSTICS); ?>">click here
      </a> for more details.
    </p>
  </div>
<?php endif; ?>