/home/fdhrevqn/www/wp-content/plugins.disabled/lingotek-translation/admin/view-dashboard.php
<?php
if ( ! defined( 'ABSPATH' ) ) exit();
?>
<div class="wrap">
  <h2><?php esc_html_e( 'Dashboard', 'lingotek-translation' ); ?></h2>
  <script>
	var cms_data = <?php echo wp_json_encode( $cms_data ); ?>
  </script>
  <link rel="stylesheet" href="https://gmc.lingotek.com/v2/styles/ltk.css">
  <script src="https://gmc.lingotek.com/v2/ltk.min.js"></script>
  <div ltk-dashboard ng-app="LingotekApp" style="margin-top: -15px;"></div>
</div>