WP_Sitemaps_Registry::get_providers() WordPress Method

The WP_Sitemaps_Registry::get_providers() method is used to get all registered sitemap providers.

WP_Sitemaps_Registry::get_providers() #

Returns all registered sitemap providers.


Return

(WP_Sitemaps_Provider[]) Array of sitemap providers.


Top ↑

Source

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

	public function get_providers() {
		return $this->providers;
	}

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.