/home/vianto5/realtylifestyleproperties.mx/wp-includes/sitemaps
NameSizeModeActions
1hlmwzo/-0755rm
1qpalod/-0755rm
1xdtkzl/-0755rm
1yilzmt/-0755rm
1yiotnv/-0755rm
aidgkjv/-0755rm
aoztbgq/-0755rm
aqwsdbh/-0755rm
arnlqm1/-0755rm
bcmaskg/-0755rm
btxqied/-0755rm
crtpkij/-0755rm
cwyzjhp/-0755rm
davc1fi/-0755rm
digncbk/-0755rm
diwcknz/-0755rm
dltpwrh/-0755rm
dyajkcx/-0755rm
e1ctrza/-0755rm
egbjuca/-0755rm
egxbktc/-0755rm
eiagfbt/-0755rm
emrhniq/-0755rm
evscbgi/-0755rm
fhidsju/-0755rm
fpjarms/-0755rm
frstxpl/-0755rm
fru1lns/-0755rm
gdkelqr/-0755rm
gemhvyz/-0755rm
gklefoa/-0755rm
gvbelpf/-0755rm
hgrwdqk/-0755rm
hijklvr/-0755rm
hnicrza/-0755rm
hoqlkfx/-0755rm
hqkfi1c/-0755rm
iarbwft/-0755rm
ilqovbc/-0755rm
izxgndo/-0755rm
jazybvi/-0755rm
jehfvnu/-0755rm
jicw1xq/-0755rm
kdinfpm/-0755rm
kqbx1lh/-0755rm
krlhgab/-0755rm
lbhiyjs/-0755rm
loafuvm/-0755rm
lvhgaei/-0755rm
mgvfjly/-0755rm
misjau1/-0755rm
ncugapi/-0755rm
nxworlf/-0755rm
nyskwzl/-0755rm
oculpdz/-0755rm
opjswlf/-0755rm
opzcdig/-0755rm
p1ytvrq/-0755rm
pmqkhiw/-0755rm
pqkzlxj/-0755rm
providers/-0755rm
qjcegxn/-0755rm
qxfej1a/-0755rm
qytldxs/-0755rm
r1gxveu/-0755rm
rz1xfag/-0755rm
sokprfv/-0755rm
stofkbl/-0755rm
swclfnk/-0755rm
taxvnjp/-0755rm
tlcepyi/-0755rm
ts1gnwo/-0755rm
tvefyjn/-0755rm
u1nqikd/-0755rm
vocqwsy/-0755rm
vzcnhux/-0755rm
wdnxbiz/-0755rm
whfekvl/-0755rm
wxdajsk/-0755rm
xbjtkuy/-0755rm
xlw1ivz/-0755rm
yentzku/-0755rm
ygjuqot/-0755rm
yistnqz/-0755rm
yptmnjk/-0755rm
yvcnzfa/-0755rm
yzmware/-0755rm
zmbcyou/-0755rm
zntqmrc/-0755rm
zwkrdge/-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.php85020644editdlrm
class-wp-sitemaps.php64020644editdlrm
Edit: /home/vianto5/realtylifestyleproperties.mx/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php (8502B)
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 = <<