Automattic / msm-sitemap

Comprehensive sitemaps for your WordPress VIP site. Joint collaboration between Metro.co.uk, WordPress VIP, Alley Interactive, Maker Media, 10up, and others.
74 stars 37 forks source link

Allow custom modified posts query #155

Closed emrikol closed 7 months ago

emrikol commented 4 years ago

Some sites may have different criteria for what is considered a "modified" post, so we should add a filter to override Metro_Sitemap::get_last_modified_posts(), specifically here:

https://github.com/Automattic/msm-sitemap/blob/fa4fff265d435b6185f1d1a0dc803b9b5ff52e4e/msm-sitemap.php#L590

rbcorrales commented 7 months ago

A new msm_pre_get_last_modified_posts filter was added for this in https://github.com/Automattic/msm-sitemap/pull/178.