Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Fsociety | 9,415 | 21 days ago | 45 | mit | Python | |||||
fsociety Hacking Tools Pack – A Penetration Testing Framework | ||||||||||
Network Media Library | 264 | 2 months ago | 12 | March 07, 2019 | 60 | mit | PHP | |||
Network Media Library plugin for WordPress Multisite | ||||||||||
Wp Multi Network | 202 | 3 | 8 months ago | 11 | September 06, 2022 | 20 | gpl-2.0 | PHP | ||
A network management interface for global multisite administrators | ||||||||||
Wordpress Multisite Enhancements | 98 | 2 months ago | 20 | January 20, 2021 | 5 | gpl-2.0 | PHP | |||
Enhance WordPress Multisite for Network Admins with different topics | ||||||||||
Wp Simple Saml | 86 | 1 | 2 | 4 months ago | 5 | September 29, 2021 | 41 | gpl-3.0 | PHP | |
WordPress Simple SAML plugin | ||||||||||
Entity Command | 71 | 184 | 29 | 14 days ago | 25 | December 07, 2020 | 35 | mit | PHP | |
Manage WordPress comments, menus, options, posts, sites, terms, and users. | ||||||||||
Awesome Stellar | 69 | 5 years ago | mit | |||||||
My journey with Stellar (XLM) 🚀 | ||||||||||
Wordpress Plugin | 52 | 4 years ago | 13 | gpl-2.0 | PHP | |||||
Automatically post to the Po.et Network from WordPress | ||||||||||
Wordpress Deploy | 37 | 12 years ago | 1 | PHP | ||||||
Scripted push-button deployment and automated setup for Wordpress and Wordpress Network. | ||||||||||
Multisite Clone Duplicator | 37 | 5 years ago | 22 | PHP | ||||||
WordPress plugin : Clones an existing site into a new one in a multisite installation : copies all the posts, settings and files |
Clones an existing site into a new one in a multisite installation : copies all posts, settings and files
MultiSite Clone Duplicator adds a "Duplicate Site" functionality to your network installation.
It allows you to clone any site of your network into a new one : all data, files, users and roles can be copied.
It is useful when you want to create multiple sites from the same template : Don't waste your time copying the same configuration again and again !
Simple and user-friendly, this plugin extends WordPress core network's functionalities without polluting the dashboard.
WARNING : If you clone the primary site, you must use mucd_default_primary_tables_to_copy
filter to declare plugins and custom database tables, or your cloned site won't be complete
You can install MultiSite Clone Duplicator using the built in WordPress plugin installer. It’s easy, 2 seconds.
If you prefer download MultiSite Clone Duplicator manually :
multisite-clone-duplicator/
to the /wp-content/plugins/
directoryChmod 777
the logs/ directory of the plugin, if you want to activate logsIn the future, you'll probably want to create a dedicated "template" blog to clone from.
Yes, it supports both !
Yes you can, but you want to be careful : WordPress saves network tables and primary blog tables with the same prefix, and some of their data are mixed. It forces us to restrict primary blog cloning to copy only the default wp tables. If you want to change this (for example, include your plugin tables in the cloning), use mucd_default_primary_tables_to_copy filter. In the future, you want probably not to copy again and again the primary blog : use a "template" blog dedicated to clonage instead.
Yes it does !
It's not a problem ! Serialized data are understood by the plugin, recursively unserialized, replaced with appropriate values, and serialized again.
Check your host / server configuration : you probably cloned your site into a domain that is not available !
Install WP-CLI, go to your wordpress multisite directory, and type
wp-cli site duplicate --source=<id_of_the_site_to_clone> --slug="<slug_of_the_new_site>"
Arguments are :
wp site duplicate --slug=<slug> --source=<site_id> [--title=<title>]
[--email=<email>] [--network_id=<network-id>] [--private] [--porcelain] [--v]
[--do_not_copy_files] [--keep_users] [--log=<dir_path>]
As of now, following languages are supported : English (en_US), French (fr_FR), Spanish (es_ES), Lithuanian (lt_LT) and Greek (el). If you wish to, you can translate the interface in your own language in the standard WordPress way or with Transifex
Globalis media systems is a web IT consulting company based in Paris, and a pioneer of the PHP and LAMP platform. Since 1997, we have been designing, making and maintaining Internet, intranet or mobile software. We have been working with open source CMS since 2000 and have regularly been using WordPress since 2007.
Screenshots on wordpress.org
Action before / after copying files
Args :
Action before / after copying data
Args :
Action before / after copying users
Args :
Filter args to retrieves a list of network sites (function get_site_list) Args :
Filter args to retrieves a list of network sites (function get_sites) Args :
Filter options that should be preserved in the new blog (original values from created blog will not be erased by copy of old site's tables)
Args :
Filter fields to scan for an update after data copy
Args :
Filter tables to duplicate when duplicated site is primary site
Args :
Filter directories and files you want to copy
Args :
Filter which strings we want to replace during update
Args :
Arguments are :
wp site duplicate --slug=<slug> --source=<site_id> [--title=<title>]
[--email=<email>] [--network_id=<network-id>] [--private] [--porcelain] [--v]
[--do_not_copy_files] [--keep_users] [--log=<dir_path>]
The original version of this plugin has been developed by Julien OGER who keeps following the project carefully.
Some code for search and replace in SQL serialised data were initialy taken from Lionel Pointet Wordpress Migration tool