wp_sitemaps_stylesheet_index_content

wp_sitemaps_stylesheet_index_content

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_sitemaps_stylesheet_index_content') is found 1 times:

  • /wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php line 249
    		 * @since 5.5.0
    		 *
    		 * @param string $xsl_content Full content for the XML stylesheet.
    		 */
    		return apply_filters( 'wp_sitemaps_stylesheet_index_content', $xsl_content );
    	}
    
    	/**
    	 * Gets the CSS to be included in sitemap XSL stylesheets.
    	 *
    	 * @since 5.5.0