addons.php
7 years ago
class-strong-testimonials-about.php
7 years ago
how-to.php
7 years ago
links.php
7 years ago
privacy.php
7 years ago
upsell.php
7 years ago
whats-new.php
7 years ago
upsell.php
11 lines
| 1 | <div class="wpmtst-notice wpmtst-notice--upsell"> |
| 2 | <div class="wpmtst-notice--upsell__bg"></div> |
| 3 | <h3><?php esc_html_e( 'Upgrade to PRO', 'strong-testimonials' ); ?></h3> |
| 4 | <p> |
| 5 | <?php esc_html_e( 'Build trust and credibility with your products.', 'strong-testimonials' ); ?><br/> |
| 6 | <?php esc_html_e( 'Do more with Strong Testimonials extensions.', 'strong-testimonials' ); ?> |
| 7 | </p> |
| 8 | <a class="button button-primary" target="_blank" href="https://strongtestimonials.com/pricing"><?php esc_html_e( 'View pricing', 'strong-testimonials' ); ?></a> |
| 9 | <a class="button button-secondary" href="<?php echo esc_url( admin_url( 'edit.php?post_type=wpm-testimonial&page=strong-testimonials-addons' ) ); ?>"><?php esc_html_e( 'View Extensions', 'strong-testimonials' ); ?></a> |
| 10 | </div> |
| 11 |