Sitemaps

Sitemaps API Functions

Core functions for sitemap management and registration. Source: wp-includes/sitemaps.php wp_sitemaps_get_server() Retrieves the current Sitemaps server instance. wp_sitemaps_get_server(): WP_Sitemaps Returns WP_Sitemaps...

Updated March 13, 2026

Sitemaps API Hooks

Actions and filters for the Sitemaps API. Actions wp_sitemaps_init Fires when initializing the Sitemaps object. Register additional providers here. do_action(...

Updated March 13, 2026

Sitemaps API

Framework for generating XML sitemaps in WordPress. Since: 5.5.0 Source: wp-includes/sitemaps.php, wp-includes/sitemaps/ Components Component Description functions.md Core retrieval and registration...

Updated March 13, 2026

WP_Sitemaps

Main sitemap controller integrating all sitemap components. Source: wp-includes/sitemaps/class-wp-sitemaps.php Since: 5.5.0 Overview The main class that orchestrates sitemap functionality including...

Updated March 13, 2026

WP_Sitemaps_Provider

Abstract base class for sitemap providers. Source: wp-includes/sitemaps/class-wp-sitemaps-provider.php Since: 5.5.0 Overview Base class that all sitemap providers must extend. Provides...

Updated March 13, 2026

WP_Sitemaps_Registry

Registry for managing sitemap providers. Source: wp-includes/sitemaps/class-wp-sitemaps-registry.php Since: 5.5.0 Overview Manages registration and retrieval of sitemap providers. Accessed via WP_Sitemaps::$registry....

Updated March 13, 2026
← Back to Chubes.net