WP_Sitemaps_Index::__construct( WP_Sitemaps_Registry $registry )

WP_Sitemaps_Index constructor.


Parameters

$registry WP_Sitemaps_Registry Required
Sitemap provider registry.

Top ↑

Source

File: wp-includes/sitemaps/class-wp-sitemaps-index.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
5.5.0 Introduced.

Top ↑

User Contributed Notes

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