xmlsitemap_node_xmlsitemap_links($type = NULL, $excludes = array())
contributions/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module, line 16
Implementation of hook_xmlsitemap_links().
| Name | Description |
|---|---|
| XML Sitemap | Notify search engines of site updates. |
function xmlsitemap_node_xmlsitemap_links($type = NULL, $excludes = array()) {
if (!isset($type)) {
_xmlsitemap_node_links(_xmlsitemap_node_excludes());
module_invoke_all('xmlsitemap_links', 'node', _xmlsitemap_node_excludes());
}
}