Skip to content

Instantly share code, notes, and snippets.

@andyknapp
Created August 22, 2013 15:43
Show Gist options
  • Save andyknapp/6308910 to your computer and use it in GitHub Desktop.
Save andyknapp/6308910 to your computer and use it in GitHub Desktop.
expand editor role capabilities to include gravity forms
function add_grav_forms(){
$role = get_role('editor');
$role->add_cap('gform_full_access');
}
add_action('admin_init','add_grav_forms');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment