Skip to content

Instantly share code, notes, and snippets.

@proframework
Last active December 31, 2015 13:19
Show Gist options
  • Save proframework/7991643 to your computer and use it in GitHub Desktop.
Save proframework/7991643 to your computer and use it in GitHub Desktop.
add_filter('pro_framework_general_capability','test_hide');
function test_hide() {
return 'editor';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment