constant XMLSITEMAP_FREQUENCY_DAILY in XML sitemap 6.2
Same name and namespace in other branches
- 8 xmlsitemap.module \XMLSITEMAP_FREQUENCY_DAILY
- 7.2 xmlsitemap.module \XMLSITEMAP_FREQUENCY_DAILY
- 2.x xmlsitemap.module \XMLSITEMAP_FREQUENCY_DAILY
5 uses of XMLSITEMAP_FREQUENCY_DAILY
- XMLSitemapUnitTest::testGetChangefreq in ./
xmlsitemap.test - Tests for xmlsitemap_get_changefreq().
- xmlsitemap_install in ./
xmlsitemap.install - Implements hook_install().
- xmlsitemap_link_frontpage_settings in ./
xmlsitemap.xmlsitemap.inc - XML sitemap link type settings callback for frontpage link entity.
- xmlsitemap_variables in ./
xmlsitemap.module - Internal default variables for xmlsitemap_var().
- xmlsitemap_xmlsitemap_link_alter in ./
xmlsitemap.xmlsitemap.inc - Implements hook_xmlsitemap_link_alter().
File
- ./
xmlsitemap.module, line 32 - Main file for the xmlsitemap module.
Code
define('XMLSITEMAP_FREQUENCY_DAILY', 86400);