function xmlsitemap_menu_cron in XML sitemap 6.2
Same name and namespace in other branches
- 7.2 xmlsitemap_menu/xmlsitemap_menu.module \xmlsitemap_menu_cron()
Implements hook_cron().
Process old menu links not found in the {xmlsitemap} table.
File
- xmlsitemap_menu/
xmlsitemap_menu.module, line 46
Code
function xmlsitemap_menu_cron() {
xmlsitemap_menu_xmlsitemap_index_links(xmlsitemap_var('batch_limit'));
}