WC_CSV_Exporter::send_content( string $csv_data )

Set the export content.


Description Description


Parameters Parameters

$csv_data

(Required) All CSV content.


Top ↑

Source Source

File: includes/export/abstract-wc-csv-exporter.php

	public function send_content( $csv_data ) {
		echo $csv_data; // @codingStandardsIgnoreLine
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.