wp-includes/sitemaps/class-wp-sitemaps.php
Lines:
1 to 22 of 22
<?php /** * Sitemaps: WP_Sitemaps class * * This is the main class integrating all other classes. * * @package WordPress * @subpackage Sitemaps * @since 5.5.0 */ /* class WP_Sitemaps */ /* function WP_Sitemaps::__construct() – WP_Sitemaps constructor. */ /* function WP_Sitemaps::init() – Initiates all sitemap functionality. */ /* function WP_Sitemaps::sitemaps_enabled() – Determines whether sitemaps are enabled or not. */ /* function WP_Sitemaps::register_sitemaps() – Registers and sets up the functionality for all supported sitemaps. */ /* function WP_Sitemaps::register_rewrites() – Registers sitemap rewrite tags and routing rules. */ /* function WP_Sitemaps::render_sitemaps() – Renders sitemap templates based on rewrite rules. */ /* function WP_Sitemaps::redirect_sitemapxml() – Redirects a URL to the wp-sitemap.xml */ /* function WP_Sitemaps::add_robots() – Adds the sitemap index to robots.txt. */