Current File : /home/kelaby89/abl.academy/wp-content/plugins/thim-core/templates/dashboard/boxes/integrations.php
<?php
$theme_data     = Thim_Theme_Manager::get_metadata();
$integrations_file = $theme_data['integrations_file'];
?>

<?php if ( $integrations_file ) : ?>
    <div class="tc-box-body">
        <div class="tc-integrations-wrapper">
 			<?php include $integrations_file; ?>
         </div>
    </div>
<?php endif; ?>
Page not found – Hello World !