Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22435, comment 31


Ignore:
Timestamp:
06/16/2013 04:44:46 PM (12 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22435, comment 31

    initial v1  
    11I started using the export API in WP-CLI: https://github.com/wp-cli/wp-cli/pull/525
    22
    3 The only complaint I have is that WP_Export_Split_Files_Writer is a black box.
     3The only complaint I have (so far) is that WP_Export_Split_Files_Writer is a black box.
    44
    55If I want to log any info while the export is happening, I have to implement my own WP_Export_Base_Writer child class.