Changeset 54755
- Timestamp:
- 11/06/2022 02:46:14 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/class-wp-sitemaps.php
r54133 r54755 100 100 * @since 5.5.0 101 101 * 102 * @param bool $is_enabled Whether XML Sitemaps are enabled or not. Defaults103 * to true for public sites.102 * @param bool $is_enabled Whether XML Sitemaps are enabled or not. 103 * Defaults to true for public sites. 104 104 */ 105 105 return (bool) apply_filters( 'wp_sitemaps_enabled', $is_enabled );
Note: See TracChangeset
for help on using the changeset viewer.