modules = new Kirki_Modules(); // Make sure the path is properly set. Kirki::$path = wp_normalize_path( dirname( __FILE__ ) ); // Instantiate 2ndary classes. new Kirki_l10n(); new Kirki(); // Include deprecated functions & methods. include_once wp_normalize_path( dirname( __FILE__ ) . '/core/deprecated.php' ); // Include the ariColor library. include_once wp_normalize_path( dirname( __FILE__ ) . '/lib/class-aricolor.php' ); // Add an empty config for global fields. Kirki::add_config( '' );