File "pro-20250206091055.php"

Full Path: /home/itfekxul/theolympicssports.com/wp-content/plugins/printfriendly/pro-20250206091055.php
File size: 4.68 KB
MIME-type: text/x-php
Charset: utf-8

<?php
$urlInfo = parse_url(get_option('siteurl'));
$domain = ( isset($urlInfo['host']) ? $urlInfo['host'] : '' );

// don't throw a PHP notice if license_date is not defined
$license_date = $this->getVal('license_date', '');

if (! empty($license_date)) {
    $license_date = date_i18n(get_option('date_format') . ' ' . get_option('time_format'), $license_date / 1000 + get_option('gmt_offset') * HOUR_IN_SECONDS);
}

?>
                    <div class="pf-bu-block pf-bu-card">
                        <div class="pf-bu-card-content">

          <div id="pf-pro" class="pf-notice pf-pro">
            <h3 style="margin: 1rem 0 0 0">Pro - <span id="pf-pro-status-header"></span></h3>
            <p class="pf-alert-success">PrintFriendly is <strong>GDPR Compliant</strong> <a href="https://www.printfriendly.com/privacy" target="_blank"><?php _e('Learn more', 'printfriendly'); ?></a>.

            </p>
            <div class="pf-col-1 ">
                <?php
                if (! ( empty($this->getVal('pro_email')) && in_array($this->getVal('license_status'), array( 'pro' ), true) )) {
                    $email = $this->getVal('pro_email');
                    if (empty($email)) {
                        $email = get_option('admin_email');
                    }
                    ?>
              <label class="pf-no-margin">
                <strong><?php _e('Email', 'printfriendly'); ?></strong><span class="description">(<?php _e('To send account details', 'printfriendly'); ?>)</span><br>
                <input id="pf-pro-email" type="email" class="regular-text" maxlength="80" name="<?php echo $this->option_name; ?>[pro_email]" value="<?php echo $email; ?>" placeholder="hello@my-website.com" />
                <br>
                <span id="pf-pro-email-error" class="pf-error"><?php _e('Email is invalid', 'printfriendly'); ?></span>
              </label>
                <?php } ?>

              <label>
                <strong><?php _e('Website Domain', 'printfriendly'); ?></strong><br/>
                <input id="pf-pro-domain" type="text" class="regular-text" readonly name="<?php echo $this->option_name; ?>[pro_domain]" value="<?php echo $domain; ?>" />
                <br />
                <span id="pf-pro-domain-error" class="pf-error"><?php _e('Domain is invalid', 'printfriendly'); ?></span>
              </label>

              <p id="pf-pro-activate" class="pf-hidden">
                <button id="pf-pro-activate-btn" type="button" class="button-primary"><?php _e('Activate', 'printfriendly'); ?></button>
                <span class="pf-btn-message"><?php _e('Free 30 days trial, no credit card required.', 'printfriendly'); ?></span>
              </p>

              <p id="pf-pro-buy" class="pf-hidden">
                <a id="pf-pro-buy-btn" class="button-primary"><?php _e('Buy Now', 'printfriendly'); ?></a>
                <span id="pf-pro-status-message" class="pf-btn-message"></span>
              </p>

              <p id="pf-pro-details" class="pf-hidden">
                <span class="pf-btn-message"><?php _e('Last Checked', 'printfriendly'); ?>: <?php echo $license_date; ?></span>
                <input type="hidden" name="<?php echo $this->option_name; ?>[license_status]" id="license_status">
                <input type="hidden" name="<?php echo $this->option_name; ?>[license_date]" id="license_date">
              </p>

              <p id="pf-pro-loading" class="pf-hidden">
                <b class="pf-text-success"><span id="pf-pro-loading-message"></span><?php _e('Please wait', 'printfriendly'); ?>...</b>
              </p>

              <p id="pf-pro-communication-error" class="pf-hidden">
                <b class="pf-text-error"><span id="pf-pro-communication-error-message"></span></b>
              </p>
            </div>

            <div class="pf-col-2 pf-pro-features">
              <strong><?php _e('Pro Features', 'printfriendly'); ?></strong>
              <ol>
                <li><?php _e('Faster, better experience for end-user', 'printfriendly'); ?></li>
                <li><?php _e('Cache-free, so any updates are instantly included', 'printfriendly'); ?></li>
                <li><?php _e('Ad-Free for companies and organizations', 'printfriendly'); ?></li>
                <li><?php _e('Works on all sites (Password protected, Angular/React/Ember)', 'printfriendly'); ?></li>
                <li><?php _e('Email support', 'printfriendly'); ?></li>
              </ol>
              <p><?php _e('Have a development/staging domain?', 'printfriendly'); ?> <a href="https://support.printfriendly.com/pro/staging-development-domain/" target="_blank"><?php _e('Add Free Development Domain', 'printfriendly'); ?></a>.</p>
            </div>
            <br />
          </div>

        </div>
    </div>