Filters the maximum number of URLs displayed on a sitemap.
$max_urlsint$object_typestringwp-includes/sitemaps.php:90wp_sitemaps_get_max_urls() * * @since 5.5.0 * * @param int $max_urls The maximum number of URLs included in a sitemap. Default 2000. * @param string $object_type Object type for sitemap to be filtered (e.g. 'post', 'term', 'user'). */ return apply_filters( 'wp_sitemaps_max_urls', 2000, $object_type );} /** * Retrieves the full URL for a sitemap. * * @since 5.5.1Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.