wp_sitemaps_stylesheet_index_url

wp_sitemaps_stylesheet_index_url

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_sitemaps_stylesheet_index_url') is found 1 times:

  • /wp-includes/sitemaps/class-wp-sitemaps-renderer.php line 115
    		 * @since 5.5.0
    		 *
    		 * @param string $sitemap_url Full URL for the sitemaps index XSL file.
    		 */
    		return apply_filters( 'wp_sitemaps_stylesheet_index_url', $sitemap_url );
    	}
    
    	/**
    	 * Renders a sitemap index.
    	 *
    	 * @since 5.5.0