function xmlsitemap_node_cron in XML sitemap 6.2
Same name and namespace in other branches
- 5 xmlsitemap_node/xmlsitemap_node.module \xmlsitemap_node_cron()
- 6 xmlsitemap_node/xmlsitemap_node.module \xmlsitemap_node_cron()
- 7.2 xmlsitemap_node/xmlsitemap_node.module \xmlsitemap_node_cron()
Implements hook_cron().
Process old nodes not found in the {xmlsitemap} table.
1 call to xmlsitemap_node_cron()
- XMLSitemapNodeFunctionalTest::testCron in xmlsitemap_node/
xmlsitemap_node.test - Test the import of old nodes via cron.
File
- xmlsitemap_node/
xmlsitemap_node.module, line 47
Code
function xmlsitemap_node_cron() {
xmlsitemap_node_xmlsitemap_index_links(xmlsitemap_var('batch_limit'));
}