function hook_googlenews_urlset_alter in Google News sitemap 7
Implements hook_googlenews_urlset_alter().
Allows customization of the attributes used in the <urlset> tag.
1 invocation of hook_googlenews_urlset_alter()
- googlenews_getgooglenews in ./
googlenews.sitemap.inc - Generate the news feed.
File
- ./
googlenews.api.php, line 18 - Hooks provided by the Google News sitemap module.
Code
function hook_googlenews_urlset_alter(&$attributes) {
}