Title: Multisite import plugin settings
Last modified: October 12, 2016

---

# Multisite import plugin settings

 *  [sjaiswal](https://wordpress.org/support/users/sjaiswal/)
 * (@sjaiswal)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/multisite-import-plugin-settings/)
 * Hello,
 * I have created a multisite website setup with around 70 micro site and 1 main
   site.
    Initially I have used Multisite Clone Duplicator to duplicate all settings,
   themes,plugins etc from one site to another, but now after creating all multisites,
   when I have to do some change I have to change them manually in all 70 sites(
   which takes lot of time). Is there any smart way or alternative to copy any single
   plugin settings and widgets from one multisite to another or Plugin settings 
   can be done once for all multisites. Does WPMU subscription provide any plugin
   for same, If yes,Which plugin can be used.

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

 *  [David Sader](https://wordpress.org/support/users/dsader/)
 * (@dsader)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/multisite-import-plugin-settings/#post-8300976)
 * I offer a couple ways to override or update an option on every site:
 * Both require a bit of courage and precision to use snippets willy-nilly – practice
   in a sandbox first.
 * First, a pre_option snippet so plugin settings do not go to db at all on sub 
   sites:
 * [https://codex.wordpress.org/Plugin_API/Filter_Reference/pre_option_(option_name)](https://codex.wordpress.org/Plugin_API/Filter_Reference/pre_option_(option_name))
 * [https://wordpress.org/plugins/code-snippets/](https://wordpress.org/plugins/code-snippets/)
 * Second,
    wpmu_upgrade_site is a nice hook to send a mu-plugin snippet through
   every blog once, too.
 *     ```
       function my_option_updates( $blog_id ) {
       //$option
       //$value 
       update_blog_option( $blog_id, $option, $value ) ?>
       }
       add_action( 'wpmu_upgrade_site', 'my_option_updates' );
       ```
   
 * When you click “Upgrade Sites” in the network backend this hook will fire on 
   each blog one after the other till it does them all.
    -  This reply was modified 9 years, 7 months ago by [David Sader](https://wordpress.org/support/users/dsader/).
    -  This reply was modified 9 years, 7 months ago by [David Sader](https://wordpress.org/support/users/dsader/).
 *  Thread Starter [sjaiswal](https://wordpress.org/support/users/sjaiswal/)
 * (@sjaiswal)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/multisite-import-plugin-settings/#post-8333726)
 * I am not able to understand this answer properly.
    For example if I have to add
   forms for all gravity forms for all multisite, how Can I be able to do them with
   these hooks

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

The topic ‘Multisite import plugin settings’ is closed to new replies.

## Tags

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

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 2 replies
 * 2 participants
 * Last reply from: [David Sader](https://wordpress.org/support/users/dsader/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/multisite-import-plugin-settings/#post-8300976)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
