WordPress/wp-includes/sitemaps
Pascal Birchler 1f153b0d12 Sitemaps: Replace wp_sitemaps_register_providers filter with more suitable wp_sitemaps_add_provider filter.
The previous filter failed the goal of allowing developers to filter all providers before they are registered, since it only filtered the built-in ones.

The more specific `wp_sitemaps_add_provider` filter enables exactly that, as it filters every sitemap provider right before it is added to the sitemaps registry.

Props pbiron, pfefferle, Chouby, swissspidy.
Fixes #50660.
Built from https://develop.svn.wordpress.org/trunk@48543


git-svn-id: http://core.svn.wordpress.org/trunk@48305 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-07-21 16:14:07 +00:00
..
providers Sitemaps: Ensure entry for ‘page’ post type sitemap in index. 2020-07-14 12:26:02 +00:00
class-wp-sitemaps-index.php Sitemaps: Rename 'sitemap' to 'provider' in WP_Sitemaps_Registry class. 2020-07-21 15:29:02 +00:00
class-wp-sitemaps-provider.php Sitemaps: Pass full paths to home_url() calls. 2020-07-14 11:43:03 +00:00
class-wp-sitemaps-registry.php Sitemaps: Replace wp_sitemaps_register_providers filter with more suitable wp_sitemaps_add_provider filter. 2020-07-21 16:14:07 +00:00
class-wp-sitemaps-renderer.php Sitemaps: Pass full paths to home_url() calls. 2020-07-14 11:43:03 +00:00
class-wp-sitemaps-stylesheet.php Sitemaps: Add wrapping <div> around sitemap in stylesheet. 2020-07-14 11:45:03 +00:00
class-wp-sitemaps.php Sitemaps: Replace wp_sitemaps_register_providers filter with more suitable wp_sitemaps_add_provider filter. 2020-07-21 16:14:07 +00:00