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