Title: multisite compatible?
Last modified: November 29, 2019

---

# multisite compatible?

 *  Resolved [cheezeball](https://wordpress.org/support/users/mpivon/)
 * (@mpivon)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/multisite-compatible-185/)
 * Just curious if anyone has tested this with WP Multisite (or multiuser, depending
   on your preference)?
 * Will it work in an MU environment, and allow Super Admins to rebrand subdomains?
 * i.e.:
    Top level domain is [http://www.foo.com](http://www.foo.com) (or just 
   foo.com) and where WPWhite is installed and configured.
 * Client domain is abc.foo.com where the white labeling would be applied in addition
   to:
    xyz.foo.com mno.foo.com yabba.foo.com blah.foo.com etc

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

 *  [Morgan Hvidt](https://wordpress.org/support/users/morganhvidt/)
 * (@morganhvidt)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/multisite-compatible-185/#post-12190494)
 * Hi [@mpivon](https://wordpress.org/support/users/mpivon/) !
 * White Label hasn’t been setup/tested for Multisite. I’m working on complete 2.0
   rebuild with lots of new features. I’ll make sure to put MU on the request list
   as a future feature 😄
 * Let me know if you have any other ideas!
 * Thanks!
 *  [Morgan Hvidt](https://wordpress.org/support/users/morganhvidt/)
 * (@morganhvidt)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/multisite-compatible-185/#post-12316170)
 * [@mpivon](https://wordpress.org/support/users/mpivon/) White Label should now
   work well with Multisites! Please try it out. Each site will have it’s own settings.
   Super admins can edit everything, they bypass all rules of White Label Admmins.
 * [https://whitewp.com/docs/faq/white-label-multisite-compatibility/](https://whitewp.com/docs/faq/white-label-multisite-compatibility/)
 *  Thread Starter [cheezeball](https://wordpress.org/support/users/mpivon/)
 * (@mpivon)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/multisite-compatible-185/#post-12318545)
 * Cool. Thanks for the heads up. Will take a look. Very exciting.
 *  [laiconsulting](https://wordpress.org/support/users/laiconsulting/)
 * (@laiconsulting)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/multisite-compatible-185/#post-12671679)
 * Is there a way to have a setting that is inherited by every subsite in the network
   setup?
 *  [Morgan Hvidt](https://wordpress.org/support/users/morganhvidt/)
 * (@morganhvidt)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/multisite-compatible-185/#post-12675578)
 * [@laiconsulting](https://wordpress.org/support/users/laiconsulting/) It’s not
   currently possible to do so, I’ll take it into consideration for the future. 
   I recommend that you use the export/import settings to quickly setup each sub
   site for now.
 *  [laiconsulting](https://wordpress.org/support/users/laiconsulting/)
 * (@laiconsulting)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/multisite-compatible-185/#post-12675842)
 * [@morganhvidt](https://wordpress.org/support/users/morganhvidt/)
    Thanks for 
   writing the plugin so well. Global setting can be achieved by modifying the get_option
   line in the definition of white_label_get_option.
 *     ```
       function white_label_get_option( $option, $section, $default = '' ) {
   
               $options = get_blog_option( get_main_site_id(), $section );
   
               if ( isset( $options[ $option ] ) ) {
                       return $options[ $option ];
               }
               return $default;
       }
       ```
   

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

The topic ‘multisite compatible?’ is closed to new replies.

 * ![](https://ps.w.org/white-label/assets/icon-256x256.png?rev=2567408)
 * [White Label - WordPress Custom Admin, Custom Login Page, and Custom Dashboard](https://wordpress.org/plugins/white-label/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/white-label/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/white-label/)
 * [Active Topics](https://wordpress.org/support/plugin/white-label/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/white-label/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/white-label/reviews/)

## Tags

 * [custom admin](https://wordpress.org/support/topic-tag/custom-admin/)
 * [multisite](https://wordpress.org/support/topic-tag/multisite/)
 * [ui](https://wordpress.org/support/topic-tag/ui/)
 * [UX](https://wordpress.org/support/topic-tag/ux/)
 * [whitelabel](https://wordpress.org/support/topic-tag/whitelabel/)

 * 6 replies
 * 3 participants
 * Last reply from: [laiconsulting](https://wordpress.org/support/users/laiconsulting/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/multisite-compatible-185/#post-12675842)
 * Status: resolved