Plugin Directory

Changeset 958555


Ignore:
Timestamp:
08/01/2014 08:52:26 AM (12 years ago)
Author:
globalis
Message:

First version on wordpress.org : readme updated

Location:
multisite-clone-duplicator
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multisite-clone-duplicator/tags/0.2.0/readme.txt

    r958554 r958555  
    103103= Hooks =
    104104
    105 **Action : mucd_before_copy_files / mucd_after_copy_files**
     105**Action : mucd_before_copy_files / mucd_after_copy_files** 
    106106Action before / after copying files 
    107107Args : 
    108 1. from_site_id
    109 2. to_site_id
    110108
    111 **Action : mucd_before_copy_data / mucd_after_copy_data**
     1091. Int : from_site_id
     1102. Int : to_site_id
     111
     112**Action : mucd_before_copy_data / mucd_after_copy_data** 
    112113Action before / after copying data 
    113114Args : 
    114 1. from_site_id
    115 2. to_site_id
    116115
    117 **Action : mucd_before_copy_users / mucd_after_copy_users**
     1161. Int : from_site_id
     1172. Int : to_site_id
     118
     119**Action : mucd_before_copy_users / mucd_after_copy_users** 
    118120Action before / after copying users 
    119121Args : 
    120 1. from_site_id
    121 2. to_site_id
    122122
    123 **Filter : mucd_copy_blog_data_saved_options**
     1231. Int : from_site_id
     1242. Int : to_site_id
     125
     126**Filter : mucd_copy_blog_data_saved_options** 
    124127Filter 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) 
    125128Args : 
    126 1. array of ( 'option_name');
    127129
    128 **Filter : mucd_default_fields_to_update**
     1301. Array of ( 'option_name');
     131
     132**Filter : mucd_default_fields_to_update** 
    129133Filter fields to scan for an update after data copy 
    130134Args : 
    131 1. array of ( 'table_name' => array('field_1', 'field_2' ...));
    132135
    133 **Filter : mucd_default_primary_tables_to_copy**
     1361. Array of ( 'table_name' => array('field_1', 'field_2' ...));
     137
     138**Filter : mucd_default_primary_tables_to_copy** 
    134139Filter tables to duplicate when duplicated site is primary site 
    135140Args : 
    136 1. array of ( 'table_name');
    137141
    138 **Filter : mucd_copy_dirs**
     1421. Array of ( 'table_name');
     143
     144**Filter : mucd_copy_dirs** 
    139145Filter directories and files you want to copy 
    140146Args : 
    141 1. $string_to_replace
    142 2. $from_site_id
    143 3. $to_site_id
    144147
    145 **Filter : mucd_string_to_replace**
    146 Filter which strings we want to replace during update 
     1481. String : string_to_replace
     1492. Int : from_site_id
     1503. Int : to_site_id
     151
     152**Filter : mucd_string_to_replace** 
     153Filter which strings we want to replace during update
    147154Args : 
    148 1. $dirs
    149 2. $from_site_id
    150 3. $to_site_id
    151155
     1561. Array of string : dirs
     1572. Int : from_site_id
     1583. Int : to_site_id
    152159
    153160= Thank’s =
  • multisite-clone-duplicator/trunk/readme.txt

    r958554 r958555  
    103103= Hooks =
    104104
    105 **Action : mucd_before_copy_files / mucd_after_copy_files**
     105**Action : mucd_before_copy_files / mucd_after_copy_files** 
    106106Action before / after copying files 
    107107Args : 
    108 1. from_site_id
    109 2. to_site_id
    110108
    111 **Action : mucd_before_copy_data / mucd_after_copy_data**
     1091. Int : from_site_id
     1102. Int : to_site_id
     111
     112**Action : mucd_before_copy_data / mucd_after_copy_data** 
    112113Action before / after copying data 
    113114Args : 
    114 1. from_site_id
    115 2. to_site_id
    116115
    117 **Action : mucd_before_copy_users / mucd_after_copy_users**
     1161. Int : from_site_id
     1172. Int : to_site_id
     118
     119**Action : mucd_before_copy_users / mucd_after_copy_users** 
    118120Action before / after copying users 
    119121Args : 
    120 1. from_site_id
    121 2. to_site_id
    122122
    123 **Filter : mucd_copy_blog_data_saved_options**
     1231. Int : from_site_id
     1242. Int : to_site_id
     125
     126**Filter : mucd_copy_blog_data_saved_options** 
    124127Filter 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) 
    125128Args : 
    126 1. array of ( 'option_name');
    127129
    128 **Filter : mucd_default_fields_to_update**
     1301. Array of ( 'option_name');
     131
     132**Filter : mucd_default_fields_to_update** 
    129133Filter fields to scan for an update after data copy 
    130134Args : 
    131 1. array of ( 'table_name' => array('field_1', 'field_2' ...));
    132135
    133 **Filter : mucd_default_primary_tables_to_copy**
     1361. Array of ( 'table_name' => array('field_1', 'field_2' ...));
     137
     138**Filter : mucd_default_primary_tables_to_copy** 
    134139Filter tables to duplicate when duplicated site is primary site 
    135140Args : 
    136 1. array of ( 'table_name');
    137141
    138 **Filter : mucd_copy_dirs**
     1421. Array of ( 'table_name');
     143
     144**Filter : mucd_copy_dirs** 
    139145Filter directories and files you want to copy 
    140146Args : 
    141 1. $string_to_replace
    142 2. $from_site_id
    143 3. $to_site_id
    144147
    145 **Filter : mucd_string_to_replace**
    146 Filter which strings we want to replace during update 
     1481. String : string_to_replace
     1492. Int : from_site_id
     1503. Int : to_site_id
     151
     152**Filter : mucd_string_to_replace** 
     153Filter which strings we want to replace during update
    147154Args : 
    148 1. $dirs
    149 2. $from_site_id
    150 3. $to_site_id
    151155
     1561. Array of string : dirs
     1572. Int : from_site_id
     1583. Int : to_site_id
    152159
    153160= Thank’s =
Note: See TracChangeset for help on using the changeset viewer.