woocommerce_product_importer_before_set_parsed_data

woocommerce_product_importer_before_set_parsed_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_product_importer_before_set_parsed_data') is found 1 times:

  • /includes/import/class-wc-product-csv-importer.php line 1035
    			$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;
    				}