You are here

constant XMLSITEMAP_LINK_DISABLED in XML sitemap 6

The flag set when a sitemap link is not enabled.

2 uses of XMLSITEMAP_LINK_DISABLED
xmlsitemap_node_xmlsitemap_link_status in xmlsitemap_node/xmlsitemap_node.module
Implementation of hook_xmlsitemap_link_status().
_xmlsitemap_create_cache_chunk in ./xmlsitemap.pages.inc
Create a sitemap chunk cache file.

File

./xmlsitemap.module, line 40
Creates a sitemap compatible with the sitemaps.org schema.

Code

define('XMLSITEMAP_LINK_DISABLED', 1);