partials
2 years ago
ads.php
2 years ago
calendly.php
2 years ago
custom-logo.php
2 years ago
dailymotion.php
2 years ago
elements.php
2 years ago
general.php
2 years ago
go-premium.php
2 years ago
google-calendar.php
2 years ago
instagram.php
2 years ago
license.php
5 years ago
main-template.php
5 years ago
opensea.php
2 years ago
premium.php
2 years ago
shortcode.php
2 years ago
soundcloud.php
2 years ago
sources.php
2 years ago
spotify.php
2 years ago
twitch.php
2 years ago
vimeo.php
2 years ago
wistia.php
2 years ago
youtube.php
3 years 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 |