wp_sitemaps_stylesheet_index_content

wp_sitemaps_stylesheet_index_content

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_sitemaps_stylesheet_index_content') is found 1 times:

  • /wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php line 249
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
         * @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