Title: Hm&#8230; does this plugin work with 4.4.2?
Last modified: August 31, 2016

---

# Hm… does this plugin work with 4.4.2?

 *  [raskull](https://wordpress.org/support/users/raskull/)
 * (@raskull)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/hm-does-this-plugin-work-with-442/)
 * I have installed the plugin but the customize items did not go away. And I get
   this message when I click them:
 * _The Customizer is currently disabled._
 * Please advise.
 * [https://wordpress.org/plugins/customizer-remove-all-parts/](https://wordpress.org/plugins/customizer-remove-all-parts/)

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

 *  Plugin Contributor [peterdog](https://wordpress.org/support/users/peterdog/)
 * (@peterdog)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/hm-does-this-plugin-work-with-442/#post-7113194)
 * It works on my sites on 4.4.2… can you try again? That text is coded into the
   plugin but I don’t exactly recall in which function for why. I can check this
   weekend. Please try to re-activate and report back and I’ll do my look-see this
   weekend.
 *  Thread Starter [raskull](https://wordpress.org/support/users/raskull/)
 * (@raskull)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/hm-does-this-plugin-work-with-442/#post-7113198)
 * You know… I am working on a multisite install. I just tested it on a regular 
   install and it seems to work. So I guess it is a multisite issue.
 * (I did try activating it both network wide and solo on multisite.)
 *  Plugin Contributor [peterdog](https://wordpress.org/support/users/peterdog/)
 * (@peterdog)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/hm-does-this-plugin-work-with-442/#post-7113205)
 * Thanks for the information.
 *  [louddrums](https://wordpress.org/support/users/louddrums/)
 * (@louddrums)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/hm-does-this-plugin-work-with-442/#post-7113218)
 * Just installed in multisite environment and it does not work.
 * Great plugin BTW. I hope the multisite gets resolved soon as that’s in my main
   site.
 * John
 *  [andycochran](https://wordpress.org/support/users/andycochran/)
 * (@andycochran)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/hm-does-this-plugin-work-with-442/#post-7113488)
 * I can confirm this isn’t working on Multisite. It doesn’t remove the Appearance
   > Customize submenu item.
 * You can put this in your theme(s) tho:
 *     ```
       function disable_the_customizer () {
           global $submenu;
           unset($submenu['themes.php'][6]);
       }
       add_action('admin_menu', 'disable_the_customizer');
       ```
   
 *  [andycochran](https://wordpress.org/support/users/andycochran/)
 * (@andycochran)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/hm-does-this-plugin-work-with-442/#post-7113489)
 * A little more digging show that this _does_ work for Multisite. It just doesn’t
   work for Superadmins.
 *  [retroriff](https://wordpress.org/support/users/retroriff/)
 * (@retroriff)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hm-does-this-plugin-work-with-442/#post-8387758)
 * It doesn’t work to me. WP 4.6.1

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

The topic ‘Hm… does this plugin work with 4.4.2?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/customizer-remove-all-parts_797a7e.
   svg)
 * [Customizer Remove All Parts](https://wordpress.org/plugins/customizer-remove-all-parts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/customizer-remove-all-parts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/customizer-remove-all-parts/)
 * [Active Topics](https://wordpress.org/support/plugin/customizer-remove-all-parts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/customizer-remove-all-parts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/customizer-remove-all-parts/reviews/)

 * 7 replies
 * 5 participants
 * Last reply from: [retroriff](https://wordpress.org/support/users/retroriff/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/hm-does-this-plugin-work-with-442/#post-8387758)
 * Status: not resolved