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

The following options are used internally for setting user control.

  • pf_menu_group_access - Overall access of the PressForward menu group in WordPress
    • Default: edit_posts
  • pf_menu_all_content_access - Access to the All Content menu page.
    • Default: edit_posts
  • pf_menu_under_review_access - Access to the Under Review menu page.
    • Default: edit_posts
  • pf_menu_preferences_access - Access to the Preferences page.
    • Default: edit_posts
  • pf_menu_feeder_access - Access to the Feeder menu page.
    • Default: edit_others_posts
  • pf_menu_add_nomination_access - Access to the Add Nomination menu page.
    • Default: edit_posts

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

Clone this wiki locally