You appear to be a bot. Output may be restricted
Description
Callback to delete the news sitemap cache.
Usage
Jetpack_Sitemap_Manager::callback_action_flush_news_sitemap_cache();
Parameters
Returns
void
Source
File name: jetpack/modules/sitemaps/sitemaps.php
Lines:
1 to 3 of 3
public function callback_action_flush_news_sitemap_cache() { delete_transient( 'jetpack_news_sitemap_xml' ); }