WP_Sitemaps_Index::__construct() – WP_Sitemaps_Index constructor.

You appear to be a bot. Output may be restricted

Description

WP_Sitemaps_Index constructor.

Usage

WP_Sitemaps_Index::__construct( $registry );

Parameters

$registry
( WP_Sitemaps_Registry ) required – Sitemap provider registry.

Returns

void

Source

File name: wordpress/wp-includes/sitemaps/class-wp-sitemaps-index.php
Lines:

1 to 3 of 3
  public function __construct( WP_Sitemaps_Registry $registry ) {
    $this->registry = $registry;
  }
 

 View on GitHub View on Trac