You are here

constant XMLSITEMAP_PRIORITY_DEFAULT in XML sitemap 6.2

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

The default priority for link types in the sitemaps.

9 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
xmlsitemap_link_bundle_load in ./xmlsitemap.module
xmlsitemap_link_save in ./xmlsitemap.module
Saves or updates a sitemap link.
xmlsitemap_menu_update_6200 in xmlsitemap_menu/xmlsitemap_menu.install
Cleanup variables.

... See full list

File

./xmlsitemap.module, line 59
Main file for the xmlsitemap module.

Code

define('XMLSITEMAP_PRIORITY_DEFAULT', 0.5);