Title: andycochran's Replies | WordPress.org

---

# andycochran

  [  ](https://wordpress.org/support/users/andycochran/)

 *   [Profile](https://wordpress.org/support/users/andycochran/)
 *   [Topics Started](https://wordpress.org/support/users/andycochran/topics/)
 *   [Replies Created](https://wordpress.org/support/users/andycochran/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/andycochran/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/andycochran/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/andycochran/engagements/)
 *   [Favorites](https://wordpress.org/support/users/andycochran/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] One form multisite](https://wordpress.org/support/topic/one-form-multisite/)
 *  [andycochran](https://wordpress.org/support/users/andycochran/)
 * (@andycochran)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/one-form-multisite/#post-9271375)
 * +1 Same.
 * So long as the plugin is active on both blogs, switch_to_blog & do_shortcode 
   will generate the form. But I can’t validate/submit the form.
 * Did you ever figure this out?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customizer Remove All Parts] Hm… does this plugin work with 4.4.2?](https://wordpress.org/support/topic/hm-does-this-plugin-work-with-442/)
 *  [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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customizer Remove All Parts] Hm… does this plugin work with 4.4.2?](https://wordpress.org/support/topic/hm-does-this-plugin-work-with-442/)
 *  [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');
       ```
   

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