Changeset 52986
- Timestamp:
- 03/23/2022 06:02:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r52351 r52986 653 653 * @type bool $clear_working Whether to delete the files from the working 654 654 * directory after copying them to the destination. 655 * Default false.655 * Default true. 656 656 * @type bool $abort_if_destination_exists Whether to abort the installation if the destination 657 657 * folder already exists. When true, `$clear_destination` … … 673 673 'destination' => '', // ...and this. 674 674 'clear_destination' => false, 675 'clear_working' => true, 675 676 'abort_if_destination_exists' => true, // Abort if the destination directory exists. Pass clear_destination as false please. 676 'clear_working' => true,677 677 'is_multi' => false, 678 678 'hook_extra' => array(), // Pass any extra $hook_extra args here, this will be passed to any hooked filters.
Note: See TracChangeset
for help on using the changeset viewer.