Skip to content

Instantly share code, notes, and snippets.

@kimwhite
Created May 16, 2015 12:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimwhite/f5f5ef784d858c375d5d to your computer and use it in GitHub Desktop.
Save kimwhite/f5f5ef784d858c375d5d to your computer and use it in GitHub Desktop.
//* Add Gravity Forms Permission for Editor
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