You are here

function seochecklist_perm in SEO Checklist 6.3

Same name and namespace in other branches
  1. 5.2 seochecklist.module \seochecklist_perm()
  2. 6.2 seochecklist.module \seochecklist_perm()

Implementation of hook_perm().

File

./seochecklist.module, line 23
SEO Checklist module allows users to track important SEO techniques on the website.

Code

function seochecklist_perm() {
  return array(
    'access seochecklist content',
  );
}