WP_Sitemaps_Posts::__construct()

In this article

WP_Sitemaps_Posts constructor.

Source

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

Changelog

VersionDescription
5.5.0Introduced.

User Contributed Notes

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