/home/vianto5/peninsulaixtapa.mx/wp-includes/sitemaps
NameSizeModeActions
1csdfnb/-0755rm
a1lujmx/-0755rm
aehbksy/-0755rm
aj1xqvz/-0755rm
amtoidb/-0755rm
aulzryx/-0755rm
bfkd1sy/-0755rm
bsdzytl/-0755rm
bztalrj/-0755rm
cisvywh/-0755rm
clhedrx/-0755rm
cwmlafj/-0755rm
devxric/-0755rm
dstfkuc/-0755rm
dujnxbp/-0755rm
dvawimz/-0755rm
egbyilc/-0755rm
ekdpqv1/-0755rm
eskmyqa/-0755rm
fahmquj/-0755rm
fimkolw/-0755rm
fvysaux/-0755rm
gybajvn/-0755rm
gysuojx/-0755rm
hfpaius/-0755rm
hqleuao/-0755rm
igfzhpl/-0755rm
ilmftnd/-0755rm
ilnpvyk/-0755rm
ipktjdz/-0755rm
ipurnfo/-0755rm
isvznda/-0755rm
jrcuxop/-0755rm
jyqfxmn/-0755rm
kcgzvt1/-0755rm
kevohsg/-0755rm
knlf1gc/-0755rm
kprlxuj/-0755rm
kvncjgz/-0755rm
lmripdo/-0755rm
lnmweto/-0755rm
lobzxqw/-0755rm
lsaj1fo/-0755rm
lzqwath/-0755rm
mjyeafw/-0755rm
mwlijbv/-0755rm
nxrvqaw/-0755rm
ohxkqbt/-0755rm
omxhrqg/-0755rm
oxkjezr/-0755rm
pfcebko/-0755rm
providers/-0755rm
pvkef1b/-0755rm
qa1kwze/-0755rm
qdbpanu/-0755rm
rkb1qcu/-0755rm
seqdumg/-0755rm
sngqcf1/-0755rm
srxmwdi/-0755rm
svboaze/-0755rm
syqmofd/-0755rm
t1japgr/-0755rm
tjvknwx/-0755rm
tvwflxb/-0755rm
twkjxrh/-0755rm
txncpki/-0755rm
u1dkboq/-0755rm
uexywfa/-0755rm
uqzpkno/-0755rm
uzktdra/-0755rm
vkdrp1l/-0755rm
vlrmywj/-0755rm
vwykgtq/-0755rm
vyedsbn/-0755rm
wqom1vu/-0755rm
xekycjm/-0755rm
xhsczpu/-0755rm
xpeafqn/-0755rm
xpunflq/-0755rm
yepcbws/-0755rm
yshulbz/-0755rm
ywgztpb/-0755rm
ywqtjsv/-0755rm
zkesdxr/-0755rm
zlgnoqy/-0755rm
zokb1fg/-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/peninsulaixtapa.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 = <<