Sorry I`m asking again:) Where I should add the code?
<?php defined( ‘ABSPATH’ ) OR die( ‘This script cannot be accessed directly.’ );
/**
* Include all the needed files
*
* Do not modify this or other theme’s files. Use child theme instead!
*/
if ( ! defined( ‘US_ACTIVATION_THEMENAME’ ) ) {
define( ‘US_ACTIVATION_THEMENAME’, ‘Impreza’ );
}
update_option( ‘us_license_activated’, 1 );
$us_theme_supports = array(
‘plugins’ => array(
‘js_composer’ => ‘/framework/plugins-support/js_composer/js_composer.php’,
‘Ultimate_VC_Addons’ => ‘/framework/plugins-support/Ultimate_VC_Addons.php’,
‘revslider’ => ‘/framework/plugins-support/revslider.php’,
‘contact-form-7’ => NULL,
‘gravityforms’ => ‘/framework/plugins-support/gravityforms.php’,
‘woocommerce’ => ‘/framework/plugins-support/woocommerce/woocommerce.php’,
‘wpml’ => ‘/framework/plugins-support/wpml.php’,
‘bbpress’ => ‘/framework/plugins-support/bbpress.php’,
‘tablepress’ => ‘/framework/plugins-support/tablepress.php’,
‘the-events-calendar’ => ‘/framework/plugins-support/the_events_calendar.php’,
‘us-header-builder’ => ‘/framework/plugins-support/us_header_builder.php’,
‘tiny_mce’ => ‘/framework/plugins-support/tiny_mce.php’,
),
);
require dirname( __FILE__ ) . ‘/framework/framework.php’;
include_once( dirname( __FILE__ ) . ‘/framework/network.php’ );
unset( $us_theme_supports );