/home/techb158/primomovers.ca/wp-includes/sitemaps
NameSizeModeActions
ajcmdrx/-0755rm
aogdhwe/-0755rm
aoqjhnk/-0755rm
bafmuph/-0755rm
bdcpawx/-0755rm
bgkwjtv/-0755rm
bkpncqs/-0755rm
cezxgvf/-0755rm
cslujfk/-0755rm
cvgmitf/-0755rm
dfrikmq/-0755rm
dlrsmfq/-0755rm
dqchsym/-0755rm
dzacnhi/-0755rm
ebazqip/-0755rm
ef1tdjx/-0755rm
ekvfn1j/-0755rm
foksjrv/-0755rm
fthnkvx/-0755rm
gdq1erf/-0755rm
gfjvu1i/-0755rm
iuad1mj/-0755rm
jbcurhd/-0755rm
jbe1rxf/-0755rm
jpyulho/-0755rm
jqtrxah/-0755rm
khoxdqb/-0755rm
kroqixg/-0755rm
kzfcsmj/-0755rm
lhsgvft/-0755rm
lkcdgte/-0755rm
lovcipw/-0755rm
mgtlyfk/-0755rm
mqgoxua/-0755rm
ncfdaor/-0755rm
ngltyhw/-0755rm
nwgziad/-0755rm
oanxidk/-0755rm
oczvpew/-0755rm
oidk1hj/-0755rm
oil1fac/-0755rm
omeanct/-0755rm
oqrwgvc/-0755rm
oxjgi1e/-0755rm
oxwtafj/-0755rm
p1jyghr/-0755rm
plxtg1s/-0755rm
providers/-0755rm
qchwuxn/-0755rm
qenkrdm/-0755rm
qrcyngx/-0755rm
rcxzmap/-0755rm
rhlecad/-0755rm
rieltuy/-0755rm
rjabqxe/-0755rm
rogvsqz/-0755rm
sbezjpq/-0755rm
selvraj/-0755rm
shfzjvi/-0755rm
sjphcen/-0755rm
tfwyzim/-0755rm
thblurn/-0755rm
tveum1x/-0755rm
ua1fgbh/-0755rm
ufjwbtv/-0755rm
uitmhlz/-0755rm
ukzijgb/-0755rm
ulnwpi1/-0755rm
uwtlvpx/-0755rm
vdfaupn/-0755rm
vdqg1iz/-0755rm
vghyait/-0755rm
vogeijz/-0755rm
vsnqmot/-0755rm
vysxnuh/-0755rm
vyumqtj/-0755rm
vyuslwo/-0755rm
wc1qopa/-0755rm
wdvogqt/-0755rm
whsjvru/-0755rm
wvqlbzn/-0755rm
wxh1gvm/-0755rm
wxieqov/-0755rm
xjul1pa/-0755rm
xmhnikv/-0755rm
xpgvuya/-0755rm
xtnj1ho/-0755rm
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/techb158/primomovers.ca/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 = <<