WP_Sitemaps::__construct() In this article Table of ContentsSource Related Changelog ↑ Back to top WP_Sitemaps constructor. Source public function __construct() { $this->registry = new WP_Sitemaps_Registry(); $this->renderer = new WP_Sitemaps_Renderer(); $this->index = new WP_Sitemaps_Index( $this->registry ); } View all references View on Trac View on GitHub Related UsesDescriptionWP_Sitemaps_Index::__construct()wp-includes/sitemaps/class-wp-sitemaps-index.phpWP_Sitemaps_Index constructor. WP_Sitemaps_Renderer::__construct()wp-includes/sitemaps/class-wp-sitemaps-renderer.phpWP_Sitemaps_Renderer constructor. Used byDescriptionwp_sitemaps_get_server()wp-includes/sitemaps.phpRetrieves the current Sitemaps server instance. Changelog VersionDescription5.5.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.