wp_sitemaps_stylesheet_url

wp_sitemaps_stylesheet_url

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_sitemaps_stylesheet_url') is found 1 times:

  • /wp-includes/sitemaps/class-wp-sitemaps-renderer.php line 84
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
         * @since 5.5.0
         *
         * @param string $sitemap_url Full URL for the sitemaps XSL file.
         */
        return apply_filters( 'wp_sitemaps_stylesheet_url', $sitemap_url );
    }
     
    /**
     * Gets the URL for the sitemap index stylesheet.
     *
     * @since 5.5.0