/home/vianto5/ceibaresidencial.mx/wp-includes/sitemaps
NameSizeModeActions
1bdtmuh/-0755rm
1fjdxam/-0755rm
1krhgab/-0755rm
1nilqyt/-0755rm
1nldfxu/-0755rm
1ofnwvt/-0755rm
adpi1mj/-0755rm
ahmu1ny/-0755rm
anp1smj/-0755rm
atrkpbz/-0755rm
avifh1d/-0755rm
cdqwvgp/-0755rm
cihetof/-0755rm
cwboszf/-0755rm
dhlz1fm/-0755rm
dlcuxfn/-0755rm
dmruox1/-0755rm
dncmfix/-0755rm
dtp1xvr/-0755rm
dupgfbj/-0755rm
eanthpw/-0755rm
ecputva/-0755rm
ehatyqw/-0755rm
eiakbqm/-0755rm
elkr1mu/-0755rm
eqjkywp/-0755rm
erjtpzd/-0755rm
fmehoyb/-0755rm
gavehnr/-0755rm
gbuk1ha/-0755rm
gltriyb/-0755rm
h1nljma/-0755rm
hwlbqsx/-0755rm
i1ugkte/-0755rm
iespjwh/-0755rm
isxobcu/-0755rm
iwdbsty/-0755rm
iwpudz1/-0755rm
izbcmrv/-0755rm
koutacz/-0755rm
krpcsbh/-0755rm
kuox1ai/-0755rm
lncgmty/-0755rm
lrvxdgf/-0755rm
mcgfyxp/-0755rm
mizlsfa/-0755rm
mnuhbf1/-0755rm
mrgfakw/-0755rm
muzoghy/-0755rm
mzyotpb/-0755rm
njhpusx/-0755rm
nmrkula/-0755rm
nqugbdt/-0755rm
ohijxqb/-0755rm
ohjxygf/-0755rm
ozindgk/-0755rm
pbcz1rv/-0755rm
pduiofn/-0755rm
pqmjysb/-0755rm
pqrvalo/-0755rm
providers/-0755rm
pxmcwlt/-0755rm
qdirulc/-0755rm
qlozwut/-0755rm
rgfbq1t/-0755rm
siunolk/-0755rm
smxplgn/-0755rm
srofpxi/-0755rm
t1fmahd/-0755rm
tabhnmi/-0755rm
tjapmgx/-0755rm
tljfzwk/-0755rm
tpohdzr/-0755rm
tweupok/-0755rm
ufarezl/-0755rm
v1mzupk/-0755rm
vceuhtf/-0755rm
vhloaqn/-0755rm
wkxfujs/-0755rm
wtpsdhn/-0755rm
xaklmvi/-0755rm
xe1zawb/-0755rm
xjygasf/-0755rm
xlgayjn/-0755rm
xnvdoaf/-0755rm
xtarqko/-0755rm
xtcgh1v/-0755rm
xtjrbvo/-0755rm
y1rbqnu/-0755rm
ycjkqrw/-0755rm
yharoxp/-0755rm
yovltzh/-0755rm
zkuabht/-0755rm
zmrk1wb/-0755rm
zmspuo1/-0755rm
zpbwik1/-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/ceibaresidencial.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 = <<