Current Path: > home > > transcarter > www > wp-content > plugins > > bridge-core > modules > widgets
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 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
load.php | File | 894 bytes | March 10 2023 20:43:52. | |
widget-class.php | File | 7482 bytes | March 10 2023 20:43:52. | |
widget-loader.php | File | 329 bytes | March 10 2023 20:43:52. |
<?php if ( ! function_exists( 'bridge_core_load_widget_class' ) ) { /** * Loades widget class file. */ function bridge_core_load_widget_class() { include_once 'widget-class.php'; } add_action( 'bridge_qode_action_before_options_map', 'bridge_core_load_widget_class' ); } if ( ! function_exists( 'bridge_core_load_widgets' ) ) { /** * Loades all widgets by going through all folders that are placed directly in widgets folder * and loads load.php file in each. Hooks to qodef_themename_action_after_options_map action */ function bridge_core_load_widgets() { if ( bridge_core_is_installed('theme') ) { foreach ( glob( QODE_FRAMEWORK_ROOT_DIR . '/modules/widgets/*/load.php' ) as $widget_load ) { include_once $widget_load; } } include_once 'widget-loader.php'; } add_action( 'bridge_qode_action_before_options_map', 'bridge_core_load_widgets' ); }
SILENT KILLER Tool