WP_Sitemaps_Users::__construct()

WP_Sitemaps_Users constructor.

Source

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

Changuelog

Versionen Description
5.5.0 Introduced.

User Contributed Notes

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