HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
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/shoetique/wp-content/plugins/wp-all-export-pro/src/Scheduling/views/ConnectionIcon.php
<?php
if(!defined('ABSPATH')) {
    die();
}
$scheduling = \Wpae\Scheduling\Scheduling::create();
$licenseCheckResult = $scheduling->checkLicense()['success'] ?? false;
?>
<span class="wpai-no-license" <?php if ($licenseCheckResult) { ?> style="display: none;" <?php } ?> >

    <a href="javascript:void(0)" style="z-index: 1000;" class="wpallexport-help help_scheduling"
       title="Automatic Scheduling is a paid service from Soflyy. Click for more info."
       onclick="handleHelpSchedulingClick();">

    </a>
</span>

<?php if ($licenseCheckResult) { ?>
    <span class="wpai-license">
        <?php if ( $scheduling->checkConnection() ) {
            ?>
            <span class="wpallexport-help" title="Connection to WP All Export servers is stable and confirmed"
                  style="background-image: none; width: 20px; height: 20px;">
            <img src="<?php echo esc_url(PMXE_ROOT_URL); ?>/static/img/s-check.png" style="width: 16px; height:16px;"/>
            </span>
            <?php
        } else  { ?>
            <img src="<?php echo esc_url(PMXE_ROOT_URL); ?>/static/img/s-exclamation.png" style="width: 16px; height:16px;"/>
            <span class="wpai-license" style="margin-left: 8px; font-weight: normal;"><span class="unable-to-connect">Unable to connect, please contact support.</span></span>
            <?php
        }
        ?>
    </span>
<?php
}

?>