Merge branch 'pr/15728'

This commit is contained in:
Mike Jolley 2017-06-22 12:19:49 +01:00
commit ccc3da9c17
1 changed files with 2 additions and 0 deletions

View File

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