Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #57386


Ignore:
Timestamp:
12/27/2022 04:42:45 PM (3 years ago)
Author:
afragen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57386 – Description

    initial v2  
    55Optimizing the plugin/theme update process can be solved using the `move_dir()` function and a filter similar to #56057.
    66
    7 #57357 was 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.
    88
    99The 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.