Title: [Plugin: Hyper Cache] WordPress MU Compatibility
Last modified: August 20, 2016

---

# [Plugin: Hyper Cache] WordPress MU Compatibility

 *  [Peter Chester](https://wordpress.org/support/users/peterchester/)
 * (@peterchester)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-hyper-cache-wordpress-mu-compatibility/)
 * I’d like to use this on a MU install. However, I don’t want to have to configure
   this for every blog. In fact, I’d prefer to have this be network configured.
 * As a first step in that direction, the options need to be saved and retrieved
   using update_site_options and get_site_options instead of update_options and 
   get_options.
 * Additionally, the code update needs to migrate options so that people updating
   this plugin don’t lose all their settings.
 * It is also ideal if this worked without relying on the activation hook since 
   mu plugins don’t trigger that hook.
 * Lastly, the settings UI needs to hide from the admin settings and display on 
   network settings if is_multisite() == true.
 * I believe I’ve covered all of these issues in this diff. I’m happy to send the
   raw plugin php files instead of a diff if you prefer.
 * [https://gist.github.com/2880732](https://gist.github.com/2880732)
 * I’d be much obliged if you could include this in the next release so that I don’t
   have to fork the code for my own projects.
 * Thanks!!!
 * [http://wordpress.org/extend/plugins/hyper-cache/](http://wordpress.org/extend/plugins/hyper-cache/)

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

 *  [TomUsher](https://wordpress.org/support/users/tomusher/)
 * (@tomusher)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-hyper-cache-wordpress-mu-compatibility/#post-2795051)
 * Hi Peter,
 * Is your code generic to all WP multi-sites?
 * Where would I place your code to implement it?
 * I’m an advanced user but not a programmer (learning).
 * I am using Hyper Cache and do go through the process of deactivating on every
   site before updating the plugin. Also, when I add a new blog, I’m having to manually
   match the configuration settings of the plugin of the existing blogs to the new
   blog. These are chores I’d rather avoid if I’m able to utilize your “fork.”
 * Thank you for bringing this to the attention of the plugin’s author.
 * It’s a good plugin. It’s work very well for me for years now. I tried the other
   major caching plugins with some success (not as efficient or effortless).
 * Your ideas/code, which I’m sure you have working on your MS, would be very welcome
   additions.
 * In the meantime, anything you’re able to explain here would be greatly appreciated
   by most, if not all, Hyper Cache multi-site administrator non-programmers (perhaps
   some programmers too).
 *  [Jason](https://wordpress.org/support/users/larceniii/)
 * (@larceniii)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-hyper-cache-wordpress-mu-compatibility/#post-2795222)
 * I believe I’ve covered all of these issues in this diff. I’m happy to send the
   raw plugin php files instead of a diff if you prefer.
 * PLEASE DEAR LORD SEND THOSE FILES
 * I’ve been messing with diff files all night, and I’m about to merge it by hand!!!
 * I get Hunk #1 FAILED at 1 and every Hunk # after that fails as well.

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

The topic ‘[Plugin: Hyper Cache] WordPress MU Compatibility’ is closed to new replies.

 * ![](https://ps.w.org/hyper-cache/assets/icon-256x256.png?rev=3452725)
 * [Hyper Cache](https://wordpress.org/plugins/hyper-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hyper-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hyper-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/hyper-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hyper-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hyper-cache/reviews/)

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * 2 replies
 * 3 participants
 * Last reply from: [Jason](https://wordpress.org/support/users/larceniii/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-hyper-cache-wordpress-mu-compatibility/#post-2795222)
 * Status: not resolved