wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_sitemaps_stylesheet_index_url › WordPress Filter Hooks

Da5.5.0
Deprecaton/a
apply_filters( 'wp_sitemaps_stylesheet_index_url', $sitemap_url )
Parametri:
  • (string) $sitemap_url Full URL for the sitemaps index XSL file.
    Richiesto:
Definito a:
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.





Sorgenti

return apply_filters( 'wp_sitemaps_stylesheet_index_url', $sitemap_url );