Skip to content

Instantly share code, notes, and snippets.

@imjjss
Created May 30, 2012 16:53
Show Gist options
  • Save imjjss/2837586 to your computer and use it in GitHub Desktop.
Save imjjss/2837586 to your computer and use it in GitHub Desktop.
remove all tabs in media library
function rm_upld() {
return;
}
add_filter('media_upload_tabs', 'rm_upld', 1, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment