I really like this plugin, but I have to echo what someone else said: It doesn’t work for future-scheduled post. I tend to generate posts in bulk (5 or so at a time) and schedule them to post at 30-min/1hour intervals, and this plugin won’t regenerate the sitemaps.
Anyone know how to fix this? I tried adding the following:
add_action('publish_future_post', 'write_google_news_sitemap');
add_action('private_to_published', 'write_google_news_sitemap');
But those don’t help either.