function seochecklist_perm in SEO Checklist 5.2
Same name and namespace in other branches
- 6.3 seochecklist.module \seochecklist_perm()
- 6.2 seochecklist.module \seochecklist_perm()
Implementation of hook_perm().
File
- ./
seochecklist.module, line 17 - SEO Checklist module allows users to track important SEO techniques on the website.
Code
function seochecklist_perm() {
return array(
'access seochecklist content',
);
}