WP_Sitemaps_Users::__construct()

WP_Sitemaps_Users constructor.


Source

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

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


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.