Skip to content

Instantly share code, notes, and snippets.

@mattgrshaw
Last active December 29, 2015 19:50
Show Gist options
  • Save mattgrshaw/90766cce44badadaae34 to your computer and use it in GitHub Desktop.
Save mattgrshaw/90766cce44badadaae34 to your computer and use it in GitHub Desktop.
/**
* Customizes the capability required to run BSR.
*
* @access public
* @return string
*/
function bsr_custom_capability() {
return 'manage_options';
}
add_filter( 'bsr_capability', 'bsr_custom_capability' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment