WP_Sitemaps_Posts::__construct()

WP_Sitemaps_Posts constructor.


Source

File: wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php

	public function __construct() {
		$this->name        = 'posts';
		$this->object_type = 'post';
	}


Changelog

Changelog
Version Description
5.5.0 Introduced.