xmlsitemap_exit()
contributions/modules/xmlsitemap/xmlsitemap.module, line 535
Implementation of hook_exit().
| Name | Description |
|---|---|
| XML Sitemap | Notify search engines of site updates. |
function xmlsitemap_exit() {
if (_xmlsitemap_submit_on_exit()) {
_xmlsitemap_update();
_xmlsitemap_ping();
}
if (variable_get('xmlsitemap_log_access', FALSE)) {
_xmlsitemap_log();
}
}