WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_sitemaps_stylesheet_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/sitemaps/class-wp-sitemaps-renderer.php apply_filters 84 /**
* 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.
*
* @since 5.5.0
*
* @param string $sitemap_url Full URL for the sitemaps XSL file.
*/

Hook Parameters

Parameter Type Name Description
string $sitemap_url Full URL for the sitemaps XSL file.