WP_Sitemaps_Taxonomies::__construct()

WP_Sitemaps_Taxonomies constructor.


Source

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

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


Top ↑

Changelog

Changelog
Version Description
5.5.0 Introduced.

Top ↑

User Contributed Notes

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