Changeset 958558
- Timestamp:
- 08/01/2014 08:57:17 AM (11 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
r958556 r958558 114 114 **Action : mucd_before_copy_data / mucd_after_copy_data** 115 115 Action before / after copying data 116 Args : 116 = Args : = 117 117 1. Int : from_site_id 118 118 2. Int : to_site_id … … 120 120 **Action : mucd_before_copy_users / mucd_after_copy_users** 121 121 Action before / after copying users 122 Args : 122 = Args : = 123 123 1. Int : from_site_id 124 124 2. Int : to_site_id … … 126 126 **Filter : mucd_copy_blog_data_saved_options** 127 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) 128 Args : 128 = Args : = 129 129 1. Array of ( 'option_name'); 130 130 131 131 **Filter : mucd_default_fields_to_update** 132 132 Filter fields to scan for an update after data copy 133 Args : 133 = Args : = 134 134 1. Array of ( 'table_name' => array('field_1', 'field_2' ...)); 135 135 136 136 **Filter : mucd_default_primary_tables_to_copy** 137 137 Filter tables to duplicate when duplicated site is primary site 138 Args : 138 = Args : = 139 139 1. Array of ( 'table_name'); 140 140 141 141 **Filter : mucd_copy_dirs** 142 142 Filter directories and files you want to copy 143 Args : 143 = Args : = 144 144 1. String : string_to_replace 145 145 2. Int : from_site_id … … 148 148 **Filter : mucd_string_to_replace** 149 149 Filter which strings we want to replace during update 150 Args : 150 = Args : = 151 151 1. Array of string : dirs 152 152 2. Int : from_site_id -
multisite-clone-duplicator/trunk/readme.txt
r958556 r958558 114 114 **Action : mucd_before_copy_data / mucd_after_copy_data** 115 115 Action before / after copying data 116 Args : 116 = Args : = 117 117 1. Int : from_site_id 118 118 2. Int : to_site_id … … 120 120 **Action : mucd_before_copy_users / mucd_after_copy_users** 121 121 Action before / after copying users 122 Args : 122 = Args : = 123 123 1. Int : from_site_id 124 124 2. Int : to_site_id … … 126 126 **Filter : mucd_copy_blog_data_saved_options** 127 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) 128 Args : 128 = Args : = 129 129 1. Array of ( 'option_name'); 130 130 131 131 **Filter : mucd_default_fields_to_update** 132 132 Filter fields to scan for an update after data copy 133 Args : 133 = Args : = 134 134 1. Array of ( 'table_name' => array('field_1', 'field_2' ...)); 135 135 136 136 **Filter : mucd_default_primary_tables_to_copy** 137 137 Filter tables to duplicate when duplicated site is primary site 138 Args : 138 = Args : = 139 139 1. Array of ( 'table_name'); 140 140 141 141 **Filter : mucd_copy_dirs** 142 142 Filter directories and files you want to copy 143 Args : 143 = Args : = 144 144 1. String : string_to_replace 145 145 2. Int : from_site_id … … 148 148 **Filter : mucd_string_to_replace** 149 149 Filter which strings we want to replace during update 150 Args : 150 = Args : = 151 151 1. Array of string : dirs 152 152 2. Int : from_site_id
Note: See TracChangeset
for help on using the changeset viewer.