Plugin Directory

Changeset 958564


Ignore:
Timestamp:
08/01/2014 09:19:17 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

    r958563 r958564  
    104104== Hooks ==
    105105
     106---------------------------------------
    106107= Action : mucd_before_copy_files / mucd_after_copy_files =
    107108Action before / after copying files 
     
    111112  2. Int : to_site_id
    112113 
    113  
     114---------------------------------------
    114115= Action : mucd_before_copy_data / mucd_after_copy_data =
    115116Action before / after copying data 
     
    119120  2. Int : to_site_id
    120121 
    121  
     122---------------------------------------
    122123= Action : mucd_before_copy_users / mucd_after_copy_users =
    123124Action before / after copying users 
     
    127128  2. Int : to_site_id
    128129 
    129  
     130---------------------------------------
    130131= Filter : mucd_copy_blog_data_saved_options =
    131132Filter 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) 
     
    134135  1. Array of ( 'option_name');
    135136 
    136  
     137---------------------------------------
    137138= Filter : mucd_default_fields_to_update =
    138139Filter fields to scan for an update after data copy 
     
    141142  1. Array of ( 'table_name' => array('field_1', 'field_2' ...));
    142143 
    143  
     144---------------------------------------
    144145= Filter : mucd_default_primary_tables_to_copy =
    145146Filter tables to duplicate when duplicated site is primary site 
     
    148149  1. Array of ( 'table_name');
    149150 
    150  
     151---------------------------------------
    151152= Filter : mucd_copy_dirs =
    152153Filter directories and files you want to copy 
     
    157158  3. Int : to_site_id
    158159 
    159  
     160---------------------------------------
    160161= Filter : mucd_string_to_replace =
    161162Filter which strings we want to replace during update 
     
    166167  3. Int : to_site_id
    167168 
     169---------------------------------------
    168170 
    169171== Thank’s ==
  • multisite-clone-duplicator/trunk/readme.txt

    r958563 r958564  
    104104== Hooks ==
    105105
     106---------------------------------------
    106107= Action : mucd_before_copy_files / mucd_after_copy_files =
    107108Action before / after copying files 
     
    111112  2. Int : to_site_id
    112113 
    113  
     114---------------------------------------
    114115= Action : mucd_before_copy_data / mucd_after_copy_data =
    115116Action before / after copying data 
     
    119120  2. Int : to_site_id
    120121 
    121  
     122---------------------------------------
    122123= Action : mucd_before_copy_users / mucd_after_copy_users =
    123124Action before / after copying users 
     
    127128  2. Int : to_site_id
    128129 
    129  
     130---------------------------------------
    130131= Filter : mucd_copy_blog_data_saved_options =
    131132Filter 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) 
     
    134135  1. Array of ( 'option_name');
    135136 
    136  
     137---------------------------------------
    137138= Filter : mucd_default_fields_to_update =
    138139Filter fields to scan for an update after data copy 
     
    141142  1. Array of ( 'table_name' => array('field_1', 'field_2' ...));
    142143 
    143  
     144---------------------------------------
    144145= Filter : mucd_default_primary_tables_to_copy =
    145146Filter tables to duplicate when duplicated site is primary site 
     
    148149  1. Array of ( 'table_name');
    149150 
    150  
     151---------------------------------------
    151152= Filter : mucd_copy_dirs =
    152153Filter directories and files you want to copy 
     
    157158  3. Int : to_site_id
    158159 
    159  
     160---------------------------------------
    160161= Filter : mucd_string_to_replace =
    161162Filter which strings we want to replace during update 
     
    166167  3. Int : to_site_id
    167168 
     169---------------------------------------
    168170 
    169171== Thank’s ==
Note: See TracChangeset for help on using the changeset viewer.