wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_sitemaps_stylesheet_index_url › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'wp_sitemaps_stylesheet_index_url', $sitemap_url )
Parameter:
  • (string) $sitemap_url Full URL for the sitemaps index XSL file.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the URL for the sitemap index stylesheet.

If a falsey value is returned, no stylesheet will be used and the "raw" XML of the sitemap index will be displayed.





Quellcode

return apply_filters( 'wp_sitemaps_stylesheet_index_url', $sitemap_url );