// =========================================================================
// 5. ONE CLICK DEMO IMPORT (THEMEFOREST INTEGRATION)
// =========================================================================

function kipl_import_files() {
  return array(
    array(
      'import_file_name'             => 'KIPL Premium Enterprise Demo',
      'categories'                   => array( 'Corporate', 'Chemical', 'Luxury' ),
      'local_import_file'            => trailingslashit( get_template_directory() ) . 'demo-data/kipl-demo-content.xml',
      'local_import_widget_file'     => trailingslashit( get_template_directory() ) . 'demo-data/kipl-widgets.wie',
      'local_import_customizer_file' => trailingslashit( get_template_directory() ) . 'demo-data/kipl-customizer.dat',
      'import_preview_image_url'     => get_template_directory_uri() . '/screenshot.png',
      'import_notice'                => __( 'After importing this demo, you will have a complete replica of the Krystal Ingredients luxury theme. Please ensure Elementor is installed and activated before proceeding.', 'kipl-premium' ),
      'preview_url'                  => 'https://krystalingredients.com/',
    ),
  );
}
add_filter( 'pt-ocdi/import_files', 'kipl_import_files' );

// Auto-assign the Homepage and Menus after import completes
function kipl_after_import_setup() {
    // Assign menus to our registered locations
    $main_menu = get_term_by( 'name', 'Primary Luxury Menu', 'nav_menu' );
    set_theme_mod( 'nav_menu_locations', array(
            'primary' => $main_menu->term_id,
        )
    );

    // Set the front page to "Home" and posts page to "News"
    $front_page_id = get_page_by_title( 'Home' );
    $blog_page_id  = get_page_by_title( 'News' );

    update_option( 'show_on_front', 'page' );
    if ( $front_page_id ) {
        update_option( 'page_on_front', $front_page_id->ID );
    }
    if ( $blog_page_id ) {
        update_option( 'page_for_posts', $blog_page_id->ID );
    }
}
add_action( 'pt-ocdi/after_import', 'kipl_after_import_setup' );<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://kiplimited.gemaromatics.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://kiplimited.gemaromatics.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://kiplimited.gemaromatics.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://kiplimited.gemaromatics.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://kiplimited.gemaromatics.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
