WS_OK_7.4.33
<?php
if ( ! defined( 'WPINC' ) ) { die( "Don't mess with us." ); }
if ( ! defined( 'ABSPATH' ) ) { exit; }
do_action('cfgp/page/license/save');
?>
<div class="wrap cfgp-wrap" id="<?php echo esc_attr(sanitize_text_field($_GET['page'] ?? NULL)); ?>">
<h1 class="wp-heading-inline"><i class="cfa cfa-trophy"></i> <?php
if( CFGP_U::api('available_lookup') == 'lifetime' ){
esc_html_e('Congratulations, you have a lifetime lookup!', 'cf-geoplugin');
} else if(CFGP_License::activated()) {
printf(esc_html__('Your license is successfully active until %s', 'cf-geoplugin'), esc_html(CFGP_License::expire_date()));
} else {
esc_html_e('Select the desired license and activate the plugin', 'cf-geoplugin');
}
?></h1>
<hr class="wp-header-end">
<div id="post">
<div id="poststuff" class="metabox-holder has-right-sidebar">
<div id="post-body">
<div id="post-body-content">
<?php do_action('cfgp/page/license/content'); ?>
</div>
</div>
<div class="inner-sidebar" id="<?php echo esc_attr(CFGP_NAME); ?>-license-sidebar">
<div id="side-sortables" class="meta-box-sortables ui-sortable">
<?php do_action('cfgp/page/license/sidebar'); ?>
</div>
</div>
<br class="clear">
</div>
</div>
</div>