Changes between Initial Version and Version 1 of Ticket #22435, comment 31
- Timestamp:
- 06/16/2013 04:44:46 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22435, comment 31
initial v1 1 1 I started using the export API in WP-CLI: https://github.com/wp-cli/wp-cli/pull/525 2 2 3 The only complaint I have is that WP_Export_Split_Files_Writer is a black box.3 The only complaint I have (so far) is that WP_Export_Split_Files_Writer is a black box. 4 4 5 5 If I want to log any info while the export is happening, I have to implement my own WP_Export_Base_Writer child class.