modules = new Kirki_Modules(); Kirki::$url = plugins_url( '', __FILE__ ); // Instantiate classes. new Kirki(); new Kirki_L10n(); // Include deprecated functions & methods. require_once wp_normalize_path( dirname( __FILE__ ) . '/deprecated/deprecated.php' ); // Include the ariColor library. require_once wp_normalize_path( dirname( __FILE__ ) . '/lib/class-aricolor.php' ); // Add an empty config for global fields. Kirki::add_config( '' );