| 1 |
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> |
| 2 |
|
| 3 |
<h3><?php echo esc_html__( 'Support', 'wpcasa' ) ?></h3> |
| 4 |
|
| 5 |
<p><?php echo esc_html__( 'In order to get help with an issue, please click the link below to submit a ticket', 'wpcasa' ) ?></p> |
| 6 |
<?php if( wpsight_is_premium() ) { ?> |
| 7 |
<a href="https://wpcasa.com/submit-ticket" target="_blank" class="button button-primary button-text-icon"><span class="dashicons dashicons-upload"></span><?php echo esc_html__( 'Submit ticket', 'wpcasa' ) ?></a> |
| 8 |
<?php } else { ?> |
| 9 |
<a href="https://wordpress.org/support/plugin/wpcasa/" target="_blank" class="button button-primary button-text-icon"><span class="dashicons dashicons-upload"></span><?php echo esc_html__( 'Submit ticket', 'wpcasa' ) ?></a> |
| 10 |
<?php } ?> |