WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_sitemaps_stylesheet_index_content

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php apply_filters 249 /**
* Filters the content of the sitemap index stylesheet.
*
* @since 5.5.0
*
* @param string $xsl_content Full content for the XML stylesheet.
*/

Hook Parameters

Parameter Type Name Description
string $xsl_content Full content for the XML stylesheet.