wp_sitemaps_stylesheet_content

wp_sitemaps_stylesheet_content

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_sitemaps_stylesheet_content') is found 1 times:

  • /wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php line 151
    		 * @since 5.5.0
    		 *
    		 * @param string $xsl_content Full content for the XML stylesheet.
    		 */
    		return apply_filters( 'wp_sitemaps_stylesheet_content', $xsl_content );
    	}
    
    	/**
    	 * Returns the escaped XSL for the index sitemaps.
    	 *
    	 * @since 5.5.0