wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_sitemaps_stylesheet_url › Filtr WordPress Hooks

Od5.5.0
Przestarzałyn/a
apply_filters( 'wp_sitemaps_stylesheet_url', $sitemap_url )
Parametry:
  • (string) $sitemap_url Full URL for the sitemaps XSL file.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the URL for the sitemap stylesheet.

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





Źródło

return apply_filters( 'wp_sitemaps_stylesheet_url', $sitemap_url );