SILENT KILLERPanel

Current Path: > home > > transcarter > public_html > wp-content > themes > > bridge > framework > modules


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home//transcarter/public_html/wp-content/themes//bridge/framework/modules

NameTypeSizeLast ModifiedActions
blog Directory - -
gutenberg Directory - -
header Directory - -
layer-slider Directory - -
page Directory - -
panel-area Directory - -
search Directory - -
sidebar Directory - -
timetable-schedule Directory - -
title Directory - -
visual-composer Directory - -
welcome Directory - -
widgets Directory - -
woocommerce Directory - -
qode-modules-loader.php File 624 bytes March 10 2023 20:42:12.

Reading File: /home//transcarter/public_html/wp-content/themes//bridge/framework/modules/qode-modules-loader.php

<?php

if(!function_exists('bridge_qode_load_modules')) {
	/**
	 * Loades all modules by going through all folders that are placed directly in modules folder
	 * and loads load.php file in each. Hooks to qode_after_options_map action
	 *
	 * @see http://php.net/manual/en/function.glob.php
	 */
	function bridge_qode_load_modules() {
		foreach(glob(QODE_FRAMEWORK_ROOT_DIR.'/modules/*/load.php') as $module_load) {
            if (strpos($module_load, 'reviews') == false) {
                include_once $module_load;
            }

		}
	}

	add_action('bridge_qode_action_before_options_map', 'bridge_qode_load_modules');
}

SILENT KILLER Tool