File: C:/Apache24/htdocs/wp-content/plugins/star-addons-for-elementor/includes/fields/field-6.php
<?php
/* ----------------------------------------------------------------------------- */
/* Field Callbacks 6 */
/* ----------------------------------------------------------------------------- */
// Star Addons Premium Template
function star_addons_template_premium_callback() { ?>
<!-- Start Pro Area -->
<div class="features-area">
<div class="container">
<div class="features-row">
<div class="features-col">
<div class="features-box-wrapper">
<div class="features-box">
<div class="features-box-header">
<h3><?php echo esc_html__('Why upgrade to Premium Version?', 'star-addons-for-elementor'); ?></h3>
</div>
<div class="features-box-content">
<p><?php echo esc_html__('The premium version helps us to continue development of the product incorporating even more features and enhancements.', 'star-addons-for-elementor'); ?></p>
<p><?php echo esc_html__('You will also get world class support from our dedicated team, 24/7.', 'star-addons-for-elementor'); ?></p>
<a href="https://www.templatemonster.com/wordpress-plugins/star-addons-for-elementor-wordpress-addons-plugin-for-elementor-website-builder-321762.html" target="_blank" class="starad-btn"><?php echo esc_html__('Buy Now', 'star-addons-for-elementor'); ?></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Pro Area -->
<?php }