Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/sitemaps/class-wp-sitemaps.php | apply_filters | 105 | /** * Filters whether XML Sitemaps are enabled or not. * * When XML Sitemaps are disabled via this filter, rewrite rules are still * in place to ensure a 404 is returned. * * @see WP_Sitemaps::register_rewrites() * * @since 5.5.0 * * @param bool $is_enabled Whether XML Sitemaps are enabled or not. Defaults * to true for public sites. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $is_enabled | Whether XML Sitemaps are enabled or not. Defaults |