mirror of
https://github.com/Rushilwiz/dear-anon.git
synced 2025-04-21 12:30:19 -04:00
9 lines
369 B
PHP
9 lines
369 B
PHP
<?php
|
|
// Exit if accessed directly
|
|
if ( !defined( 'ABSPATH' ) ) exit;
|
|
if ( !defined( 'CHLD_THM_CFG_PRO_VERSION' ) ):
|
|
?><a id="get_pro" href="?page=<?php echo CHLD_THM_CFG_MENU; ?>&tab=get_pro"
|
|
class="nav-tab<?php echo 'get_pro' == $active_tab ? ' nav-tab-active' : ''; ?>">
|
|
<?php _e( 'Upgrade', 'child-theme-configurator' ); ?>
|
|
</a><?php
|
|
endif;
|