Title: [Plugin: NextGEN Gallery] Help &#8211; Remove Nextgen from Upload Tab wordpress
Last modified: August 20, 2016

---

# [Plugin: NextGEN Gallery] Help – Remove Nextgen from Upload Tab wordpress

 *  [vincent87](https://wordpress.org/support/users/vincent87/)
 * (@vincent87)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-help-remove-nextgen-from-upload-tab-wordpress/)
 * Can you help me to remove nextgen gallery list from upload tab wordpress?
 * [http://wordpress.org/extend/plugins/nextgen-gallery/](http://wordpress.org/extend/plugins/nextgen-gallery/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [vincent87](https://wordpress.org/support/users/vincent87/)
 * (@vincent87)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-help-remove-nextgen-from-upload-tab-wordpress/#post-2380992)
 * someone please help me?
 *  Thread Starter [vincent87](https://wordpress.org/support/users/vincent87/)
 * (@vincent87)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-help-remove-nextgen-from-upload-tab-wordpress/#post-2380996)
 * Fix it. If you using U can post and another user can change your nextgen gallery
   title and description.
 * Open Nextgen Plugin in root folder > Admin > media-upload.php
 * Find:
 *     ```
       function ngg_wp_upload_tabs ($tabs) {
   
       	$newtab = array('nextgen' => __('NextGEN Gallery','nggallery'));
   
           return array_merge($tabs,$newtab);
       }
       ```
   
 * Replace With :
 *     ```
       function ngg_wp_upload_tabs ($tabs) {
   
       	$newtab = array('' => __(''));
   
           return array_merge($tabs,$newtab);
       }
       ```
   
 * Or with this :
    function ngg_wp_upload_tabs ($tabs) {
 *  $newtab = array(‘library’ => __(‘Media Library’));
 *  return array_merge($tabs,$newtab);
    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: NextGEN Gallery] Help – Remove Nextgen from Upload Tab wordpress’
is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [vincent87](https://wordpress.org/support/users/vincent87/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-help-remove-nextgen-from-upload-tab-wordpress/#post-2380996)
 * Status: not resolved