function hook_xmlsitemap_context_url_options_alter in XML sitemap 2.x
Same name and namespace in other branches
- 8 xmlsitemap.api.php \hook_xmlsitemap_context_url_options_alter()
- 6.2 xmlsitemap.api.php \hook_xmlsitemap_context_url_options_alter()
- 7.2 xmlsitemap.api.php \hook_xmlsitemap_context_url_options_alter()
Alter the url() options based on an XML sitemap context.
1 invocation of hook_xmlsitemap_context_url_options_alter()
- xmlsitemap_sitemap_uri in ./
xmlsitemap.module - Returns the uri elements of an XML sitemap.
File
- ./
xmlsitemap.api.php, line 185 - Hooks provided by the XML sitemap module.
Code
function hook_xmlsitemap_context_url_options_alter(array &$options, array $context) {
}