woocommerce_product_importer_before_set_parsed_data, $row, $mapped_keys
woocommerce_product_importer_before_set_parsed_data, $row, $mapped_keys
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_product_importer_before_set_parsed_data, $row, $mapped_keys') is found 1 times:
- /includes/import/class-wc-product-csv-importer.php line 1072
$this->parsing_raw_data_index = $row_index; $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 ] ) ) { continue; }