WP_Sitemaps_Taxonomies constructor.
Source
public function __construct() {
$this->name = 'taxonomies';
$this->object_type = 'term';
}
Changelog
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |
WP_Sitemaps_Taxonomies constructor.
public function __construct() {
$this->name = 'taxonomies';
$this->object_type = 'term';
}
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.