Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Created February 21, 2015 03:47
Show Gist options
  • Save ericakfranz/0e277b1a8235c9d0e15c to your computer and use it in GitHub Desktop.
Save ericakfranz/0e277b1a8235c9d0e15c to your computer and use it in GitHub Desktop.
Enable Editors to view/add/edit OptinMonster
add_filter( 'optin_monster_menu_cap', function( $cap ){
if ( current_user_can('delete_pages') ) {
return 'edit_pages';
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment