Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #64439, comment 9


Ignore:
Timestamp:
01/14/2026 02:18:58 PM (3 months ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64439, comment 9

    v1 v2  
    11See https://core.trac.wordpress.org/ticket/64424#comment:7 re: similar functionality for plugins.
    22
    3 Looking at the PR, WordPress has a very good API for working with files, zipping, unzipping, etc. Thinking this should be implemented by using the API.
     3Looking at the PR, WordPress has a very good [https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/class-wp-filesystem-base.php filesystem API. Thinking this should be implemented by using the API.