WP_Sitemaps_Users constructor.
Source
public function __construct() {
$this->name = 'users';
$this->object_type = 'user';
}
Changuelog
| Versionen | Description |
|---|---|
| 5.5.0 | Introduced. |
WP_Sitemaps_Users constructor.
public function __construct() {
$this->name = 'users';
$this->object_type = 'user';
}
| Versionen | Description |
|---|---|
| 5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.