You appear to be a bot. Output may be restricted
Description
Callback handler for sitemap cron hook
Usage
Jetpack_Sitemap_Manager::callback_sitemap_cron_hook();
Parameters
Returns
void
Source
File name: jetpack/modules/sitemaps/sitemaps.php
Lines:
1 to 4 of 4
public function callback_sitemap_cron_hook() { $sitemap_builder = new Jetpack_Sitemap_Builder(); $sitemap_builder->update_sitemap(); }