Changes between Initial Version and Version 2 of Ticket #57386
- Timestamp:
- 12/27/2022 04:42:45 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57386 – Description
initial v2 5 5 Optimizing the plugin/theme update process can be solved using the `move_dir()` function and a filter similar to #56057. 6 6 7 #573 57was opened to add `move_dir()` to core. This ticket is to add the new filter.7 #57375 was opened to add `move_dir()` to core. This ticket is to add the new filter. 8 8 9 9 The new filter would easily allow the substitution of `move_dir` for `copy_dir` adding more efficiency to the plugin/theme update process by having the user add a simple filter. This could improve the efficiency and performance for 99+% of users who opt-in and will likely fix #53832, #54166, and #34676.