Uses
| Uses | Description |
|---|---|
| wp-includes/sitemaps/class-wp-sitemaps.php: WP_Sitemaps::register_rewrites() | Registers sitemap rewrite tags and routing rules. |
| wp-includes/sitemaps/class-wp-sitemaps.php: WP_Sitemaps::sitemaps_enabled() | Determines whether sitemaps are enabled or not. |
| wp-includes/sitemaps/class-wp-sitemaps.php: WP_Sitemaps::register_sitemaps() | Registers and sets up the functionality for all supported sitemaps. |
| wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |
| wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |