You are here

constant XMLSITEMAP_PRIORITY_DEFAULT in XML sitemap 7.2

Same name and namespace in other branches
  1. 8 xmlsitemap.module \XMLSITEMAP_PRIORITY_DEFAULT
  2. 6.2 xmlsitemap.module \XMLSITEMAP_PRIORITY_DEFAULT
  3. 2.x xmlsitemap.module \XMLSITEMAP_PRIORITY_DEFAULT

The default priority for link types in the sitemaps.

10 uses of XMLSITEMAP_PRIORITY_DEFAULT
hook_xmlsitemap_link_info in ./xmlsitemap.api.php
Provide information on the type of links this module provides.
xmlsitemap_custom_edit_link_form in xmlsitemap_custom/xmlsitemap_custom.admin.inc
Edit Link Form.
xmlsitemap_custom_scan_directories in xmlsitemap_custom/xmlsitemap_custom.scan.inc
Scan directories and keep matching subtrees of the custom XML sitemap.
xmlsitemap_link_bundle_load in ./xmlsitemap.module
Bundle Load.
xmlsitemap_link_save in ./xmlsitemap.module
Saves or updates a sitemap link.

... See full list

File

./xmlsitemap.module, line 58
xmlsitemap XML sitemap

Code

define('XMLSITEMAP_PRIORITY_DEFAULT', 0.5);