wp_get_sitemap_providers(): WP_Sitemaps_Provider[] In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Gets an array of sitemap providers. Return WP_Sitemaps_Provider[] Array of sitemap providers. Source function wp_get_sitemap_providers() { $sitemaps = wp_sitemaps_get_server(); return $sitemaps->registry->get_providers(); } View all references View on Trac View on GitHub Related UsesDescriptionwp_sitemaps_get_server()wp-includes/sitemaps.phpRetrieves the current Sitemaps server instance. Changelog VersionDescription5.5.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.