/home/vianto5/hidalgoresidences.mx/wp-includes/sitemaps
NameSizeModeActions
1aloudb/-0755rm
1aubnfc/-0755rm
1mfhytr/-0755rm
1ypmitg/-0755rm
aitkjxr/-0755rm
bhdrgkf/-0755rm
bnmxjuo/-0755rm
bpmckua/-0755rm
caefsbi/-0755rm
clnjgie/-0755rm
cvrsbqp/-0755rm
dckvmyz/-0755rm
dgpli1t/-0755rm
dkyzngu/-0755rm
dralfvu/-0755rm
ehm1cbu/-0755rm
eqolhgw/-0755rm
fktzjov/-0755rm
fqizdyn/-0755rm
gybhvtx/-0755rm
hzxlcny/-0755rm
ifueqy1/-0755rm
ihjnuof/-0755rm
ijoenxc/-0755rm
jifsxny/-0755rm
jzxcpaq/-0755rm
kehqdtr/-0755rm
kjnguze/-0755rm
kncruzq/-0755rm
kvunjdp/-0755rm
lfeqbg1/-0755rm
lh1yvwb/-0755rm
lwjsfkt/-0755rm
mcs1uxz/-0755rm
mkpcnsg/-0755rm
moyezvg/-0755rm
mtlwb1o/-0755rm
mwtldsv/-0755rm
ndjubzf/-0755rm
nldqpfi/-0755rm
nqv1rxa/-0755rm
nvrsjkd/-0755rm
nyvcfbl/-0755rm
ocysmru/-0755rm
ornsbig/-0755rm
ortluxd/-0755rm
owdhgnc/-0755rm
pajesfk/-0755rm
pbcwjdf/-0755rm
pktswnv/-0755rm
pmnljyg/-0755rm
pqckxel/-0755rm
providers/-0755rm
px1hyjw/-0755rm
pynvwqu/-0755rm
qcgftzd/-0755rm
qpmrjxh/-0755rm
rjcxk1l/-0755rm
rwqdcb1/-0755rm
simprjf/-0755rm
swzxtjn/-0755rm
tfsgrze/-0755rm
tqmnxie/-0755rm
tu1agfw/-0755rm
twrbljn/-0755rm
typjlws/-0755rm
uadesly/-0755rm
uahktbz/-0755rm
uhilgby/-0755rm
ui1gvxh/-0755rm
upkafmb/-0755rm
vfqgabw/-0755rm
vtekrax/-0755rm
wdkeogc/-0755rm
wyrmiul/-0755rm
xdurebf/-0755rm
xlnhwfq/-0755rm
xyunfgh/-0755rm
ycfxgvq/-0755rm
yjwqitx/-0755rm
zpmrkla/-0755rm
zriuyml/-0755rm
.htaccess1780644editdlrm
class-wp-sitemaps-index.php20100644editdlrm
class-wp-sitemaps-provider.php44130644editdlrm
class-wp-sitemaps-registry.php19340644editdlrm
class-wp-sitemaps-renderer.php66870644editdlrm
class-wp-sitemaps-stylesheet.php85200644editdlrm
class-wp-sitemaps.php64020644editdlrm
Edit: /home/vianto5/hidalgoresidences.mx/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php (8520B)
get_sitemap_stylesheet(); } if ( 'index' === $type ) { // All content is escaped below. echo $this->get_sitemap_index_stylesheet(); } exit; } /** * Returns the escaped XSL for all sitemaps, except index. * * @since 5.5.0 */ public function get_sitemap_stylesheet() { $css = $this->get_stylesheet_css(); $title = esc_xml( __( 'XML Sitemap' ) ); $description = esc_xml( __( 'This XML Sitemap is generated by WordPress to make your content more visible for search engines.' ) ); $learn_more = sprintf( '%s', esc_url( __( 'https://www.sitemaps.org/' ) ), esc_xml( __( 'Learn more about XML sitemaps.' ) ) ); $text = sprintf( /* translators: %s: Number of URLs. */ esc_xml( __( 'Number of URLs in this XML Sitemap: %s.' ) ), '' ); $lang = get_language_attributes( 'html' ); $url = esc_xml( __( 'URL' ) ); $lastmod = esc_xml( __( 'Last Modified' ) ); $changefreq = esc_xml( __( 'Change Frequency' ) ); $priority = esc_xml( __( 'Priority' ) ); $xsl_content = << {$title}

{$title}

{$description}

{$learn_more}

{$text}

{$url} {$lastmod} {$changefreq} {$priority}
XSL; /** * Filters the content of the sitemap stylesheet. * * @since 5.5.0 * * @param string $xsl_content Full content for the XML stylesheet. */ return apply_filters( 'wp_sitemaps_stylesheet_content', $xsl_content ); } /** * Returns the escaped XSL for the index sitemaps. * * @since 5.5.0 */ public function get_sitemap_index_stylesheet() { $css = $this->get_stylesheet_css(); $title = esc_xml( __( 'XML Sitemap' ) ); $description = esc_xml( __( 'This XML Sitemap is generated by WordPress to make your content more visible for search engines.' ) ); $learn_more = sprintf( '%s', esc_url( __( 'https://www.sitemaps.org/' ) ), esc_xml( __( 'Learn more about XML sitemaps.' ) ) ); $text = sprintf( /* translators: %s: Number of URLs. */ esc_xml( __( 'Number of URLs in this XML Sitemap: %s.' ) ), '' ); $lang = get_language_attributes( 'html' ); $url = esc_xml( __( 'URL' ) ); $lastmod = esc_xml( __( 'Last Modified' ) ); $xsl_content = << {$title}

{$title}

{$description}

{$learn_more}

{$text}

{$url} {$lastmod}
XSL; /** * Filters the content of the sitemap index stylesheet. * * @since 5.5.0 * * @param string $xsl_content Full content for the XML stylesheet. */ return apply_filters( 'wp_sitemaps_stylesheet_index_content', $xsl_content ); } /** * Gets the CSS to be included in sitemap XSL stylesheets. * * @since 5.5.0 * * @return string The CSS. */ public function get_stylesheet_css() { $text_align = is_rtl() ? 'right' : 'left'; $css = <<