partials
1 month ago
ads.php
1 month ago
bnr-img.png
11 months ago
calendly.php
1 month ago
custom-logo.php
1 month ago
dailymotion.php
2 years ago
elements.php
3 days ago
general.php
6 months ago
go-premium.php
7 months ago
google-calendar.php
1 month ago
hub.php
3 days ago
instagram.php
1 month ago
license.php
5 years ago
main-template.php
1 month ago
opensea.php
2 years ago
player-engagement.php
2 months ago
premium.php
2 years ago
settings.php
1 month ago
shortcode.php
1 month ago
soundcloud.php
2 years ago
sources.php
9 months ago
spotify.php
2 years ago
twitch.php
2 years ago
vimeo.php
2 years ago
wistia.php
1 month ago
youtube.php
1 year ago
premium.php
11 lines
| 1 | <?php |
| 2 | |
| 3 | ?> |
| 4 | <div class="background__white radius-25 p40"> |
| 5 | <div class="upgrage__card__tab__style"> |
| 6 | <h3><?php esc_html_e( "Why upgrade to Premium Version?", "embedpress" ); ?></h3> |
| 7 | <p><?php esc_html_e( "The premium version helps us to continue development of the product incorporating even more features and enhancements. You will also get world class support from our dedicated team, 24/7.", "embedpress" ); ?></p> |
| 8 | <a href="<?php echo esc_url('https://wpdeveloper.com/in/upgrade-embedpress'); ?>" target="_blank" class="button button__themeColor radius-10"><?php esc_html_e( "Get Premium Version", "embedpress" ); ?></a> |
| 9 | </div> |
| 10 | </div> |
| 11 |