HEX
Server: Apache/2.4.65 (Debian)
System: Linux localhost 6.9.12 #1 SMP Tue May 5 14:23:20 UTC 2026 x86_64
User: www-data (33)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/enfold/config-woocommerce/woo-loader.php
<?php
/**
 * Load correct version of file
 *
 * @since 4.5.6
 */
if( ! defined( 'ABSPATH' ) ) {  exit;  }    // Exit if accessed directly

if( class_exists( 'WooCommerce' ) && function_exists( 'WC' ) && version_compare( WC()->version, '3.5.7', '>=' ) )
{
	require_once( 'config.php' );

	if( 'block' == AviaGutenberg()->selected_editor() )
	{
		require_once( 'class-avia-wc-block-editor.php' );
	}
}
else
{
	require_once( 'config-356.php' );
}