alert-pro.php
9 lines
| 1 | <div class="pro__alert__wrap"> |
| 2 | <div class="pro__alert__card"> |
| 3 | <img src="<?php echo EMBEDPRESS_SETTINGS_ASSETS_URL; ?>img/alert.svg" alt=""> |
| 4 | <h2><?php esc_html_e( "Opps...", "embedpress" ); ?></h2> |
| 5 | <p><?php printf( __( 'You need to upgrade to the <a href="%s" target="_blank">Premium</a> Version to use this feature', "embedpress" ), 'https://wpdeveloper.com/in/upgrade-embedpress'); ?></p> |
| 6 | <a href="#" class="button radius-10"><?php esc_html_e( "Close", "embedpress" ); ?></a> |
| 7 | </div> |
| 8 | </div> |
| 9 |