Title: Remove features?
Last modified: August 21, 2016

---

# Remove features?

 *  [mikeyhasproblems](https://wordpress.org/support/users/mikeyhasproblems/)
 * (@mikeyhasproblems)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-features/)
 * I would like to remove the option to add images to the product gallery.
    I thought
   these would be easy by using
 *     ```
       add_action( 'admin_init', 'remove_deh_gallery' );
       	function remove_deh_gallery() {
       		remove_meta_box('woocommerce-product-images', 'product', 'side' );
       	}
       ```
   
 * But instead my whole admin breaks visually, like literally looks liked it glitches
   to the point of no return. I would screenshot but it would be even more confusing
   to you and may cause seizures.
 * [http://wordpress.org/plugins/woocommerce/](http://wordpress.org/plugins/woocommerce/)

Viewing 1 replies (of 1 total)

 *  [IgniteWoo Team](https://wordpress.org/support/users/ignitewoo/)
 * (@ignitewoo)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-features/#post-4420078)
 * If you can’t solve it that you can solve it via a little CSS or Javascript 🙂

Viewing 1 replies (of 1 total)

The topic ‘Remove features?’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [IgniteWoo Team](https://wordpress.org/support/users/ignitewoo/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/remove-features/#post-4420078)
 * Status: not resolved