[wp-trac] [WordPress Trac] #50465: Provide filters to add extra sitemap entries
WordPress Trac
noreply at wordpress.org
Wed Jun 24 09:06:18 UTC 2020
#50465: Provide filters to add extra sitemap entries
-------------------------+-----------------------------
Reporter: Chouby | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Sitemaps | Version:
Severity: normal | Keywords:
Focuses: |
-------------------------+-----------------------------
For the compatibility of Polylang with the new sitemap feature, I wrote a
proof of concept against the feature plugin (version 0.2). In this proof
of concept, I used the filters `core_sitemaps_users_url_list` and
`core_sitemaps_posts_url_list` which have been removed by
https://github.com/GoogleChromeLabs/wp-sitemaps/pull/195
Would it be possible to re-introduce the removed filters?
More on the context:
The page sitemap may include the home url. In a multilingual context,
there is one home url per language, so I need to add the missing ones.
The users sitemap provides one archive url per author. In a multilingal
context, there is one author archive url per language, so I need to add
the missing author archives.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/50465>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list