function hook_xmlsitemap_context_info_alter in XML sitemap 7.2
Same name and namespace in other branches
- 8 xmlsitemap.api.php \hook_xmlsitemap_context_info_alter()
- 6.2 xmlsitemap.api.php \hook_xmlsitemap_context_info_alter()
- 2.x 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()
File
- ./
xmlsitemap.api.php, line 179 - Hooks provided by the XML sitemap module.
Code
function hook_xmlsitemap_context_info_alter(&$info) {
$info['vocabulary']['label'] = t('Site vocabularies');
}