Changes between Initial Version and Version 1 of Ticket #52727
- Timestamp:
- 03/05/2021 07:01:35 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52727 – Description
initial v1 2 2 3 3 I use this custom made code: 4 4 {{{ 5 5 add_filter( 'wp_sitemaps_max_urls', 'filter_function_name_9755', 10, 2 ); 6 6 function filter_function_name_9755( $max_urls, $object_type ){ … … 10 10 } 11 11 return apply_filters( 'wp_sitemaps_max_urls', 1000, $object_type ); 12 12 }}} 13 13 But nothing happens. In fact, it messes up the entire sitemap.