WP_Sitemaps_Posts constructor.
Source
public function __construct() {
$this->name = 'posts';
$this->object_type = 'post';
}
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |
CARVIEW |
WP_Sitemaps_Posts constructor.
public function __construct() {
$this->name = 'posts';
$this->object_type = 'post';
}
Used by | Description |
---|---|
WP_Sitemaps::register_sitemaps()wp-includes/sitemaps/class-wp-sitemaps.php | Registers and sets up the functionality for all supported sitemaps. |
Version | Description |
---|---|
5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.