File: /home/defaultwebsite/public/wp-content/themes/webgatha/includes/admin/admin-init.php
<?php
/**
* WebGatha Welcome Panel get files
*
* Displays panel with various details.
*
* @since 1.0.0
* @author Potenza Team
* @package WebGatha
*/
/**
* Include files
*/
get_template_part( 'includes/admin/class', 'webgatha-core-system-status' ); // class WebGatha_Core_System_Status.
get_template_part( 'includes/admin/class', 'webgatha-theme-activation' );
get_template_part( 'includes/admin/panel/class', 'webgatha-panel' );