woocommerce_product_importer_before_set_parsed_data
This commit is contained in:
parent
d563842126
commit
8f70ebc1b5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue