xmlsitemap_node_perm()
contributions/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module, line 161
Implementation of hook_perm().
| Name | Description |
|---|---|
| XML Sitemap | Notify search engines of site updates. |
function xmlsitemap_node_perm() {
return array('override node priority');
}