Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22435


Ignore:
Timestamp:
11/13/2012 04:51:37 PM (12 years ago)
Author:
nbachiyski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22435 – Description

    initial v1  
    44 * To be usable from different parts of the code. From the web backend, from a CLI script, from an async job.
    55 * To allow more control of the output format – serve over HTTP, write a single XML file to disk, split it and write many smaller XML files, write a big zip with many XML files, etc.
     6 * To allow exporting the data without querying all the posts at once, so that we can fit the exports to memory.
    67 * Keep {{{export_wp()}}} for backwards compatibility without the need to keep all (even any) of its code.
    78