Changeset 958559
- Timestamp:
- 08/01/2014 09:00:13 AM (12 years ago)
- Location:
- multisite-clone-duplicator
- Files:
-
- 2 edited
-
tags/0.2.0/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multisite-clone-duplicator/tags/0.2.0/readme.txt
r958558 r958559 102 102 Get advanded features and log functionnality ! 103 103 104 == About == 105 106 = Hooks = 104 == Hooks == 107 105 108 106 **Action : mucd_before_copy_files / mucd_after_copy_files** 109 Action before / after copying files 110 Args : 107 Action before / after copying files 108 = Args : = 111 109 1. Int : from_site_id 112 110 2. Int : to_site_id 113 111 114 112 **Action : mucd_before_copy_data / mucd_after_copy_data** 115 Action before / after copying data 113 Action before / after copying data 116 114 = Args : = 117 115 1. Int : from_site_id … … 119 117 120 118 **Action : mucd_before_copy_users / mucd_after_copy_users** 121 Action before / after copying users 119 Action before / after copying users 122 120 = Args : = 123 121 1. Int : from_site_id … … 125 123 126 124 **Filter : mucd_copy_blog_data_saved_options** 127 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) 125 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) 128 126 = Args : = 129 127 1. Array of ( 'option_name'); 130 128 131 129 **Filter : mucd_default_fields_to_update** 132 Filter fields to scan for an update after data copy 130 Filter fields to scan for an update after data copy 133 131 = Args : = 134 132 1. Array of ( 'table_name' => array('field_1', 'field_2' ...)); 135 133 136 134 **Filter : mucd_default_primary_tables_to_copy** 137 Filter tables to duplicate when duplicated site is primary site 135 Filter tables to duplicate when duplicated site is primary site 138 136 = Args : = 139 137 1. Array of ( 'table_name'); 140 138 141 139 **Filter : mucd_copy_dirs** 142 Filter directories and files you want to copy 140 Filter directories and files you want to copy 143 141 = Args : = 144 142 1. String : string_to_replace … … 153 151 3. Int : to_site_id 154 152 155 = Thank’s=153 == Thank’s == 156 154 157 155 The original version of this plugin has been developed by [Julien OGER](https://github.com/julienOG) who keeps following the project carefully. 158 156 159 157 Some code for search and replace in SQL serialised data were initialy taken from [Lionel Pointet Wordpress Migration tool](https://github.com/lpointet/wordpress_migration) 160 161 = GLOBALIS =162 163 [GLOBALIS](http://www.globalis-ms.com/) is a web IT consulting company based in Paris, and a pioneer of the PHP and LAMP platform.164 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. -
multisite-clone-duplicator/trunk/readme.txt
r958558 r958559 102 102 Get advanded features and log functionnality ! 103 103 104 == About == 105 106 = Hooks = 104 == Hooks == 107 105 108 106 **Action : mucd_before_copy_files / mucd_after_copy_files** 109 Action before / after copying files 110 Args : 107 Action before / after copying files 108 = Args : = 111 109 1. Int : from_site_id 112 110 2. Int : to_site_id 113 111 114 112 **Action : mucd_before_copy_data / mucd_after_copy_data** 115 Action before / after copying data 113 Action before / after copying data 116 114 = Args : = 117 115 1. Int : from_site_id … … 119 117 120 118 **Action : mucd_before_copy_users / mucd_after_copy_users** 121 Action before / after copying users 119 Action before / after copying users 122 120 = Args : = 123 121 1. Int : from_site_id … … 125 123 126 124 **Filter : mucd_copy_blog_data_saved_options** 127 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) 125 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) 128 126 = Args : = 129 127 1. Array of ( 'option_name'); 130 128 131 129 **Filter : mucd_default_fields_to_update** 132 Filter fields to scan for an update after data copy 130 Filter fields to scan for an update after data copy 133 131 = Args : = 134 132 1. Array of ( 'table_name' => array('field_1', 'field_2' ...)); 135 133 136 134 **Filter : mucd_default_primary_tables_to_copy** 137 Filter tables to duplicate when duplicated site is primary site 135 Filter tables to duplicate when duplicated site is primary site 138 136 = Args : = 139 137 1. Array of ( 'table_name'); 140 138 141 139 **Filter : mucd_copy_dirs** 142 Filter directories and files you want to copy 140 Filter directories and files you want to copy 143 141 = Args : = 144 142 1. String : string_to_replace … … 153 151 3. Int : to_site_id 154 152 155 = Thank’s=153 == Thank’s == 156 154 157 155 The original version of this plugin has been developed by [Julien OGER](https://github.com/julienOG) who keeps following the project carefully. 158 156 159 157 Some code for search and replace in SQL serialised data were initialy taken from [Lionel Pointet Wordpress Migration tool](https://github.com/lpointet/wordpress_migration) 160 161 = GLOBALIS =162 163 [GLOBALIS](http://www.globalis-ms.com/) is a web IT consulting company based in Paris, and a pioneer of the PHP and LAMP platform.164 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.
Note: See TracChangeset
for help on using the changeset viewer.