xmlsitemap_node_perm

Definition

xmlsitemap_node_perm()
contributions/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module, line 161

Description

Implementation of hook_perm().

Related topics

Namesort iconDescription
XML SitemapNotify search engines of site updates.

Code

function xmlsitemap_node_perm() {
  return array('override node priority');
}