You are here

function hook_xmlsitemap_context_info_alter in XML sitemap 2.x

Same name and namespace in other branches
  1. 8 xmlsitemap.api.php \hook_xmlsitemap_context_info_alter()
  2. 6.2 xmlsitemap.api.php \hook_xmlsitemap_context_info_alter()
  3. 7.2 xmlsitemap.api.php \hook_xmlsitemap_context_info_alter()

Alter XML sitemap context info.

See also

hook_xmlsitemap_context_info()

1 invocation of hook_xmlsitemap_context_info_alter()
xmlsitemap_get_context_info in ./xmlsitemap.module
Gets info about a context.

File

./xmlsitemap.api.php, line 146
Hooks provided by the XML sitemap module.

Code

function hook_xmlsitemap_context_info_alter(&$info) {
  $info['vocabulary']['label'] = t('Site vocabularies');
}