You are here

function xmlsitemap_taxonomy_cron in XML sitemap 7.2

Same name and namespace in other branches
  1. 6.2 xmlsitemap_taxonomy/xmlsitemap_taxonomy.module \xmlsitemap_taxonomy_cron()
  2. 6 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 34
Main file for XML sitemap taxonomy.

Code

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