

add_action( 'wp_enqueue_scripts', 'dequeue_wpforms_styles_on_homepage', 9999 );
function dequeue_wpforms_styles_on_homepage() {
    // Only target the front page
    if ( is_front_page() || is_home() ) {
        // Standard WPForms CSS handles
        wp_dequeue_style( 'wpforms-full' );
        wp_dequeue_style( 'wpforms-base' );
        wp_dequeue_style( 'wpforms-classic' );
        wp_dequeue_style( 'wpforms-modern' );

        // Deregister to ensure no other dependent handles re-trigger them
        wp_deregister_style( 'wpforms-full' );
        wp_deregister_style( 'wpforms-base' );
    }
}<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//adjusted-living.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://adjusted-living.com/post-sitemap.xml</loc>
		<lastmod>2026-08-26T13:21:52+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://adjusted-living.com/page-sitemap.xml</loc>
		<lastmod>2026-09-01T16:14:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://adjusted-living.com/dipi_testimonial-sitemap.xml</loc>
		<lastmod>2023-03-08T19:49:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://adjusted-living.com/category-sitemap.xml</loc>
		<lastmod>2026-08-26T13:21:52+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->