WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/lcaomaha/public_html/wp-content/themes/enfold/config-include.php
<?php
/*
 * This helper file checks for active plugins and disables include of config files
 *
 * @since 4.5.7.1
 * @added_by Günter
 */
if( ! defined( 'ABSPATH' ) ) {  exit;  }    // Exit if accessed directly


if( ! class_exists( 'bbPress', false ) )
{
	add_theme_support( 'avia_exclude_bbPress' );
}

if ( ! class_exists( 'Tribe__Events__Main', false ) )
{
	add_theme_support( 'deactivate_tribe_events_calendar' );
}

if( ! class_exists( 'GFForms', false ) )
{
	add_theme_support( 'avia_exclude_GFForms' );
}

if( ! class_exists( 'ZenOfWPMenuLogic', false ) && ! class_exists( 'Themify_Conditional_Menus', false ) )
{
	add_theme_support( 'avia_exclude_menu_exchange' );
}

if( ! class_exists( 'Pojo_Accessibility', false ) )
{
	add_theme_support( 'avia_exclude_pojo_accessibility' );
}

if( ! function_exists( 'wpacc_enqueue_scripts' ) )
{
	add_theme_support( 'avia_exclude_wp_accessibility' );
}

if( ! isset( $relevanssi_variables ) || ! isset( $relevanssi_variables['file'] ) )
{
	add_theme_support( 'avia_exclude_relevanssi' );
}

if ( ! class_exists( 'WooCommerce', false ) )
{
	add_theme_support( 'avia_exclude_WooCommerce' );
}

if( ! class_exists( 'wpSEO', false ) && ! defined( 'WPSEO_VERSION' ) )
{
	add_theme_support( 'avia_exclude_wpSEO' );
}

if( ! ( defined( 'ICL_SITEPRESS_VERSION' ) && defined( 'ICL_LANGUAGE_CODE' ) ) )
{
	add_theme_support( 'avia_exclude_wpml' );
}

if( ! class_exists( 'SB_Instagram_Feed', false ) )
{
	add_theme_support( 'avia_exclude_instagram_feed' );
}

if( ! class_exists( 'Leaflet_Map', false ) )
{
	add_theme_support( 'avia_exclude_leaflet_map' );
}


/**
 *
 * @since 4.5.7.1
 */
do_action( 'ava_deactivate_enfold_plugin_addons' );