wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_sitemaps_stylesheet_index_url › Les Filtres WordPress

Depuis5.5.0
Dépréciéen/a
apply_filters( 'wp_sitemaps_stylesheet_index_url', $sitemap_url )
Paramètres:
  • (string) $sitemap_url Full URL for the sitemaps index XSL file.
    Requis: Oui
Défini(e) dans:
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.





Source

return apply_filters( 'wp_sitemaps_stylesheet_index_url', $sitemap_url );