wp_sitemaps_stylesheet_content

wp_sitemaps_stylesheet_content

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_sitemaps_stylesheet_content') is found 1 times:

  • /wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php line 151
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
         * @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