wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



wp_sitemaps_stylesheet_index_url › Hooks de Filtros WordPress

Desde5.5.0
Obsoleton/a
apply_filters( 'wp_sitemaps_stylesheet_index_url', $sitemap_url )
Parâmetros:
  • (string) $sitemap_url Full URL for the sitemaps index XSL file.
    Required: Yes
Definido em:
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.





Fonte

return apply_filters( 'wp_sitemaps_stylesheet_index_url', $sitemap_url );