WP_Sitemaps_Taxonomies::__construct()

WP_Sitemaps_Taxonomies constructor.


Source

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

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

Changelog

Changelog
Version Description
5.5.0 Introduced.