WC_CSV_Exporter::get_column_names()
Return an array of supported column names and ids.
Method of the class: WC_CSV_Exporter{}
Hooks from the method
Return
Array
.
Usage
$WC_CSV_Exporter = new WC_CSV_Exporter(); $WC_CSV_Exporter->get_column_names();
Changelog
Since 3.1.0 | Introduced. |
WC_CSV_Exporter::get_column_names() WC CSV Exporter::get column names code WC 9.4.2
public function get_column_names() { return apply_filters( "woocommerce_{$this->export_type}_export_column_names", $this->column_names, $this ); }