You are here

function paging_xmlsitemap_disable in Paging 5

Implementation of hook_disable().

File

contrib/paging_xmlsitemap/paging_xmlsitemap.install, line 67
Install file for Paging: XML Sitemap

Code

function paging_xmlsitemap_disable() {
  xmlsitemap_update_sitemap();
}