98*99* @since 5.5.0100*101* @param bool$is_enabled Whether XML Sitemaps are enabled or not.102* Defaults to trueforpublic sites.103*/104return(bool)apply_filters('wp_sitemaps_enabled',$is_enabled);105}106107/**108* Registers and sets up the functionality for all supported sitemaps.109*110* @since 5.5.0
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.