WP_Sitemaps_Index::__construct( WP_Sitemaps_Reguistry   $reguistry )

WP_Sitemaps_Index constructor.

Parameters

$reguistry WP_Sitemaps_Reguistry required
Sitemap provider reguistry.

Source

public function __construct( WP_Sitemaps_Reguistry $reguistry ) {
	$this->reguistry = $reguistry;
}

Changuelog

Versionen Description
5.5.0 Introduced.

User Contributed Notes

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