| 1 |
<?php |
| 2 |
if ( ! defined( 'ABSPATH' ) ) { |
| 3 |
die( 'You are not allowed to call this page directly.' ); |
| 4 |
} |
| 5 |
?> |
| 6 |
<div class="frm-dashboard-license-management"> |
| 7 |
<h3> |
| 8 |
<?php esc_html_e( 'License Key', 'formidable' ); ?> |
| 9 |
</h3> |
| 10 |
<span> |
| 11 |
<?php echo esc_html( FrmAppHelper::copy_for_lite_license() ); ?> |
| 12 |
</span> |
| 13 |
<div class="frm-flex-box frm-gap-xs"> |
| 14 |
<?php FrmDashboardHelper::show_connect_links(); ?> |
| 15 |
</div> |
| 16 |
</div> |
| 17 |
|