wp_sitemaps_stylesheet_index_url WordPress Filter Hook

The wp_sitemaps_stylesheet_index_url hook is used to filter the URL of the XML Sitemap Index stylesheet.

apply_filters( 'wp_sitemaps_stylesheet_index_url', string $sitemap_url ) #

Filters the URL for the sitemap index stylesheet.


Description

If a falsey value is returned, no stylesheet will be used and the "raw" XML of the sitemap index will be displayed.


Top ↑

Parameters

$sitemap_url

(string)Full URL for the sitemaps index XSL file.


Top ↑

Source

File: wp-includes/sitemaps/class-wp-sitemaps-renderer.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.