[ad_1]
Hi @vimalroy08,
If you are using the snippet in the WPCode library to delay the RSS feed and it’s also affecting the sitemap generated by another plugin you might need to reach out to the XML Sitemap & Google News plugin support to see if you can change the check in the snippet so that it doesn’t affect that plugin’s functionality.
Right now, the snippet includes a condition using the function is_feed()
so adding an extra check there to prevent the filter from affecting the sitemap should help.