WP_Sitemaps_Users::__construct()

WP_Sitemaps_Users constructor.


Source

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

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

Changelog

Changelog
Version Description
5.5.0 Introduced.