WP_Sitemaps_Index constructor.
Parameters
$registry
WP_Sitemaps_Registryrequired- Sitemap provider registry.
Source
public function __construct( WP_Sitemaps_Registry $registry ) {
$this->registry = $registry;
}
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.