Skip to content
AramZS edited this page Apr 17, 2013 · 10 revisions

The following options are used internally for setting user control.

  • pf_access[menu_group] - Overall access of the PressForward menu group in WordPress
  • Default: edit_posts
  • pf_access[menu_all_content] - Access to the All Content menu page.
    • Default: edit_posts
  • pf_access[menu_under_review] - Access to the Under Review menu page.
  • Default: edit_posts
  • pf_access[menu_preferences] - Access to the Preferences page.
  • Default: edit_posts
  • pf_access[menu_feeder] - Access to the Feeder menu page.
  • Default: edit_others_posts
  • pf_access[menu_add_nomination] - Access to the Add Nomination menu page.
  • Default: edit_posts

From: admin.php ln 38

In constructing future user control options note the structure: pf_access[ [feature type]_[feature name] ]

Clone this wiki locally