You appear to be a bot. Output may be restricted
Description
Set the export content.
Usage
WC_CSV_Exporter::send_content( $csv_data );
Parameters
- $csv_data
- ( string ) required – All CSV content.
Returns
void
Source
File name: woocommerce/includes/export/abstract-wc-csv-exporter.php
Lines:
1 to 3 of 3
public function send_content( $csv_data ) { echo $csv_data; // @codingStandardsIgnoreLine }