You are here

function xmlsitemap_taxonomy_cron in XML sitemap 6.2

Same name and namespace in other branches
  1. 6 xmlsitemap_taxonomy/xmlsitemap_taxonomy.module \xmlsitemap_taxonomy_cron()
  2. 7.2 xmlsitemap_taxonomy/xmlsitemap_taxonomy.module \xmlsitemap_taxonomy_cron()

Implements hook_cron().

Process old taxonomy terms not found in the {xmlsitemap} table.

File

xmlsitemap_taxonomy/xmlsitemap_taxonomy.module, line 47

Code

function xmlsitemap_taxonomy_cron() {
  xmlsitemap_taxonomy_xmlsitemap_index_links(xmlsitemap_var('batch_limit'));
}