woocommerce_product_export_row_data, $row, $product, $this
woocommerce_product_export_row_data, $row, $product, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_product_export_row_data, $row, $product, $this') is found 1 times:
- /includes/export/class-wc-product-csv-exporter.php line 319
* @param array $row An associative array with the data of a single row in the CSV file. * @param WC_Product $product The product object corresponding to the current row. * @param WC_Product_CSV_Exporter $exporter The instance of the CSV exporter. */ return apply_filters( 'woocommerce_product_export_row_data', $row, $product, $this ); } /** * Get published value. * * @param WC_Product $product Product being exported.