Skip to content

Instantly share code, notes, and snippets.

@woogist
Created June 23, 2015 11:54
Show Gist options
  • Save woogist/0b9ac5e2a9d19e35a5d0 to your computer and use it in GitHub Desktop.
Save woogist/0b9ac5e2a9d19e35a5d0 to your computer and use it in GitHub Desktop.
function jeherve_delete_jetpack_menu() {
if ( ! current_user_can( 'manage_options' ) ) {
remove_menu_page( 'jetpack' );
}
}
add_action ( 'admin_menu', 'jeherve_delete_jetpack_menu', 999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment