wordpress-develop/src/wp-includes/sitemaps
Peter Wilson dcb118ef8f Sitemaps: Pass term object to wp_sitemaps_taxonomies_entry filter.
Add a forth parameter to the `wp_sitemaps_taxonomies_entry` filter to pass the entire `WP_Term` object. 

Correct the documentation for the second parameter of the `wp_sitemaps_taxonomies_entry` filter to indicate it is a term ID rather than term object.

Props RavanH, swissspidy, audrasjb.
Fixes #55239.



git-svn-id: https://develop.svn.wordpress.org/trunk@52834 602fd350-edb4-49c9-b593-d223f7449a82
2022-03-10 03:59:35 +00:00
..
providers Sitemaps: Pass term object to wp_sitemaps_taxonomies_entry filter. 2022-03-10 03:59:35 +00:00
class-wp-sitemaps-index.php Docs: Miscellaneous docblock corrections in REST API and Sitemaps API. 2022-01-15 21:20:57 +00:00
class-wp-sitemaps-provider.php Docs: Various corrections and improvements relating to types used in inline documentation. 2021-11-18 13:48:43 +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:12:49 +00:00
class-wp-sitemaps-renderer.php Sitemaps: Pass full paths to home_url() calls. 2020-07-14 11:41:47 +00:00
class-wp-sitemaps-stylesheet.php Coding Standards: Add a space before / character in some self-closing HTML tags. 2021-03-20 18:28:32 +00:00
class-wp-sitemaps.php Docs: Various formatting improvements to inline docblocks. 2020-07-23 00:50:57 +00:00