HEX
Server: Apache
System: Linux uws7-179.cafe24.com 3.10.0-1160.119.1p.el7.x86_64 #1 SMP Thu Sep 11 14:15:01 KST 2025 x86_64
User: medikors (1589)
PHP: 7.3.1p1
Disabled: mysql_pconnect
Upload Files
File: /medikors/www/wp-content/plugins/raven/includes/editor-templates/templates.php
<?php
/**
 * Editor JS templates.
 *
 * @since 1.2.0
 *
 * @package Raven
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}
?>
<script type="text/template" id="tmpl-elementor-template-library-get-raven-pro-button">
		<?php if ( function_exists( 'jupiterx_is_premium' ) && jupiterx_is_premium() ) : ?>
			<a class="elementor-template-library-template-action elementor-button raven-go-pro-button jupiterx-upgrade-modal-trigger" href="#" target="_blank">
				<i class="jupiterx-icon-rocket-solid"></i>
				<span class="elementor-button-title">
					<?php esc_html_e( 'Activate to Unlock', 'raven' ); ?>
				</span>
			</a>
		<?php else : ?>
			<a class="elementor-template-library-template-action elementor-button raven-go-pro-button" href="https://themeforest.net/item/jupiter-multipurpose-responsive-theme/5177775?ref=artbees&utm_medium=AdminUpgradePopup&utm_campaign=FreeJupiterXAdminUpgradeCampaign" target="_blank">
				<i class="jupiterx-icon-rocket-solid"></i>
				<span class="elementor-button-title">
					<?php esc_html_e( 'Upgrade to unlock', 'raven' ); ?>
				</span>
			</a>
		<?php endif; ?>
</script>