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

Pass $post_id to msm_sitemap_skip_post #183

Open BrookeDot opened 3 weeks ago

BrookeDot commented 3 weeks ago

When the msm_sitemap_skip_post filter was added the decision was made not to pass the post_id. The logic at the time was:

This filter is called in the loop, so post data is not passed through the filter.

The current best practice is to pass the Post ID, which will make programmatically skipping posts much easier.