Changeset 958564
- Timestamp:
- 08/01/2014 09:19:17 AM (12 years ago)
- Location:
- multisite-clone-duplicator
- Files:
-
- 2 edited
-
tags/0.2.0/readme.txt (modified) (9 diffs)
-
trunk/readme.txt (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multisite-clone-duplicator/tags/0.2.0/readme.txt
r958563 r958564 104 104 == Hooks == 105 105 106 --------------------------------------- 106 107 = Action : mucd_before_copy_files / mucd_after_copy_files = 107 108 Action before / after copying files … … 111 112 2. Int : to_site_id 112 113 113 114 --------------------------------------- 114 115 = Action : mucd_before_copy_data / mucd_after_copy_data = 115 116 Action before / after copying data … … 119 120 2. Int : to_site_id 120 121 121 122 --------------------------------------- 122 123 = Action : mucd_before_copy_users / mucd_after_copy_users = 123 124 Action before / after copying users … … 127 128 2. Int : to_site_id 128 129 129 130 --------------------------------------- 130 131 = Filter : mucd_copy_blog_data_saved_options = 131 132 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) … … 134 135 1. Array of ( 'option_name'); 135 136 136 137 --------------------------------------- 137 138 = Filter : mucd_default_fields_to_update = 138 139 Filter fields to scan for an update after data copy … … 141 142 1. Array of ( 'table_name' => array('field_1', 'field_2' ...)); 142 143 143 144 --------------------------------------- 144 145 = Filter : mucd_default_primary_tables_to_copy = 145 146 Filter tables to duplicate when duplicated site is primary site … … 148 149 1. Array of ( 'table_name'); 149 150 150 151 --------------------------------------- 151 152 = Filter : mucd_copy_dirs = 152 153 Filter directories and files you want to copy … … 157 158 3. Int : to_site_id 158 159 159 160 --------------------------------------- 160 161 = Filter : mucd_string_to_replace = 161 162 Filter which strings we want to replace during update … … 166 167 3. Int : to_site_id 167 168 169 --------------------------------------- 168 170 169 171 == Thank’s == -
multisite-clone-duplicator/trunk/readme.txt
r958563 r958564 104 104 == Hooks == 105 105 106 --------------------------------------- 106 107 = Action : mucd_before_copy_files / mucd_after_copy_files = 107 108 Action before / after copying files … … 111 112 2. Int : to_site_id 112 113 113 114 --------------------------------------- 114 115 = Action : mucd_before_copy_data / mucd_after_copy_data = 115 116 Action before / after copying data … … 119 120 2. Int : to_site_id 120 121 121 122 --------------------------------------- 122 123 = Action : mucd_before_copy_users / mucd_after_copy_users = 123 124 Action before / after copying users … … 127 128 2. Int : to_site_id 128 129 129 130 --------------------------------------- 130 131 = Filter : mucd_copy_blog_data_saved_options = 131 132 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) … … 134 135 1. Array of ( 'option_name'); 135 136 136 137 --------------------------------------- 137 138 = Filter : mucd_default_fields_to_update = 138 139 Filter fields to scan for an update after data copy … … 141 142 1. Array of ( 'table_name' => array('field_1', 'field_2' ...)); 142 143 143 144 --------------------------------------- 144 145 = Filter : mucd_default_primary_tables_to_copy = 145 146 Filter tables to duplicate when duplicated site is primary site … … 148 149 1. Array of ( 'table_name'); 149 150 150 151 --------------------------------------- 151 152 = Filter : mucd_copy_dirs = 152 153 Filter directories and files you want to copy … … 157 158 3. Int : to_site_id 158 159 159 160 --------------------------------------- 160 161 = Filter : mucd_string_to_replace = 161 162 Filter which strings we want to replace during update … … 166 167 3. Int : to_site_id 167 168 169 --------------------------------------- 168 170 169 171 == Thank’s ==
Note: See TracChangeset
for help on using the changeset viewer.