Plugin Directory

Changeset 958558


Ignore:
Timestamp:
08/01/2014 08:57:17 AM (11 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

    r958556 r958558  
    114114**Action : mucd_before_copy_data / mucd_after_copy_data** 
    115115Action before / after copying data 
    116 Args : 
     116= Args : =
    1171171. Int : from_site_id
    1181182. Int : to_site_id
     
    120120**Action : mucd_before_copy_users / mucd_after_copy_users** 
    121121Action before / after copying users 
    122 Args : 
     122= Args : =
    1231231. Int : from_site_id
    1241242. Int : to_site_id
     
    126126**Filter : mucd_copy_blog_data_saved_options** 
    127127Filter 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 : =
    1291291. Array of ( 'option_name');
    130130
    131131**Filter : mucd_default_fields_to_update** 
    132132Filter fields to scan for an update after data copy 
    133 Args : 
     133= Args : =
    1341341. Array of ( 'table_name' => array('field_1', 'field_2' ...));
    135135
    136136**Filter : mucd_default_primary_tables_to_copy** 
    137137Filter tables to duplicate when duplicated site is primary site 
    138 Args : 
     138= Args : =
    1391391. Array of ( 'table_name');
    140140
    141141**Filter : mucd_copy_dirs** 
    142142Filter directories and files you want to copy 
    143 Args : 
     143= Args : =
    1441441. String : string_to_replace
    1451452. Int : from_site_id
     
    148148**Filter : mucd_string_to_replace** 
    149149Filter which strings we want to replace during update
    150 Args : 
     150= Args : =
    1511511. Array of string : dirs
    1521522. Int : from_site_id
  • multisite-clone-duplicator/trunk/readme.txt

    r958556 r958558  
    114114**Action : mucd_before_copy_data / mucd_after_copy_data** 
    115115Action before / after copying data 
    116 Args : 
     116= Args : =
    1171171. Int : from_site_id
    1181182. Int : to_site_id
     
    120120**Action : mucd_before_copy_users / mucd_after_copy_users** 
    121121Action before / after copying users 
    122 Args : 
     122= Args : =
    1231231. Int : from_site_id
    1241242. Int : to_site_id
     
    126126**Filter : mucd_copy_blog_data_saved_options** 
    127127Filter 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 : =
    1291291. Array of ( 'option_name');
    130130
    131131**Filter : mucd_default_fields_to_update** 
    132132Filter fields to scan for an update after data copy 
    133 Args : 
     133= Args : =
    1341341. Array of ( 'table_name' => array('field_1', 'field_2' ...));
    135135
    136136**Filter : mucd_default_primary_tables_to_copy** 
    137137Filter tables to duplicate when duplicated site is primary site 
    138 Args : 
     138= Args : =
    1391391. Array of ( 'table_name');
    140140
    141141**Filter : mucd_copy_dirs** 
    142142Filter directories and files you want to copy 
    143 Args : 
     143= Args : =
    1441441. String : string_to_replace
    1451452. Int : from_site_id
     
    148148**Filter : mucd_string_to_replace** 
    149149Filter which strings we want to replace during update
    150 Args : 
     150= Args : =
    1511511. Array of string : dirs
    1521522. Int : from_site_id
Note: See TracChangeset for help on using the changeset viewer.