WP_Sitemaps_Index::__construct( WP_Sitemaps_Registry $registry )

In this article

WP_Sitemaps_Index constructor.

Parameters

$registryWP_Sitemaps_Registryrequired
Sitemap provider registry.

Source

public function __construct( WP_Sitemaps_Registry $registry ) {
	$this->registry = $registry;
}

Changelog

VersionDescription
5.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.