```php
    // --- FIX HOSTINGER REST API APPLICATION PASSWORDS ---
    if ( isset( $_SERVER['HTTP_AUTHORIZATION'] ) ) {
        \(auth_header =\)_SERVER['HTTP_AUTHORIZATION'];
    } elseif ( isset( $_SERVER['REDIRECT_HTTP_AUTHORIZATION'] ) ) {
        \(auth_header =\)_SERVER['REDIRECT_HTTP_AUTHORIZATION'];
    } else {
        $auth_header = null;
    }

    if ( \(auth_header && stripos(\)auth_header, 'basic ' ) === 0 ) {
        \(credentials = explode( ':', base64_decode( substr(\)auth_header, 6 ) ), 2 );
        if ( count( $credentials ) === 2 ) {
            \(_SERVER['PHP_AUTH_USER'] =\)credentials[0];
            \(_SERVER['PHP_AUTH_PW']   =\)credentials[1];
        }
    }
    // ---------------------------------------------------
    ```
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://educatedsavages.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://educatedsavages.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://educatedsavages.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://educatedsavages.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://educatedsavages.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
