woocommerce_product_importer_before_set_parsed_data

This commit is contained in:
Mike Jolley 2017-06-22 12:19:19 +01:00
parent d563842126
commit 8f70ebc1b5
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ class WC_Product_CSV_Importer extends WC_Product_Importer {
}
$data = array();
do_action( 'woocommerce_product_importer_before_parsed_data', $row, $mapped_keys );
do_action( 'woocommerce_product_importer_before_set_parsed_data', $row, $mapped_keys );
foreach ( $row as $id => $value ) {
// Skip ignored columns.