HEX
Server: Apache
System: Linux server.mart2global.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64
User: henzergrouphenz (1442)
PHP: 7.4.28
Disabled: NONE
Upload Files
File: /home/henzergrouphenz/public_html/wp-content/themes/metro/inc/includes.php
<?php
/**
 * @author  RadiusTheme
 * @since   1.0
 * @version 1.0
 */

namespace radiustheme\Metro;

Helper::requires( 'class-tgm-plugin-activation.php' );
Helper::requires( 'tgm-config.php' );
Helper::requires( 'activation.php' );
Helper::requires( 'options/init.php' );
Helper::requires( 'rdtheme.php' );
Helper::requires( 'loadmore.php' );
Helper::requires( 'general.php' );
Helper::requires( 'scripts.php' );
Helper::requires( 'layout-settings.php' );

if ( class_exists( 'WooCommerce' ) ) {
	Helper::requires( 'custom/functions.php', 'woocommerce' );
}

if ( function_exists( 'dokan' ) ) {
	Helper::requires( 'custom/functions.php', 'dokan' );
}