Skip to content

Instantly share code, notes, and snippets.

@noeltock
Created January 17, 2014 13:38
Show Gist options
  • Save noeltock/8473484 to your computer and use it in GitHub Desktop.
Save noeltock/8473484 to your computer and use it in GitHub Desktop.
<?php
function remove_menu_items() {
remove_menu_page( 'index.php' );
remove_menu_page( 'separator1' );
remove_menu_page( 'upload.php' );
}
add_action( 'admin_menu', 'remove_menu_items' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment