wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_sitemaps_stylesheet_index_content › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( 'wp_sitemaps_stylesheet_index_content', $xsl_content )
Parameters:
  • (string) $xsl_content Full content for the XML stylesheet.
    Required: Yes
Defined at:
Codex:

Filters the content of the sitemap index stylesheet.





Source

return apply_filters( 'wp_sitemaps_stylesheet_index_content', $xsl_content );