woocommerce_product_importer_parsed_data

woocommerce_product_importer_parsed_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_product_importer_parsed_data') is found 2 times:

  • /includes/import/abstract-wc-product-importer.php line 131
    		 *
    		 * @param array $parsed_data Parsed data.
    		 * @param WC_Product_Importer $importer Importer instance.
    		 */
    		return apply_filters( 'woocommerce_product_importer_parsed_data', $this->parsed_data, $this );
    	}
    
    	/**
    	 * Get importer parameters.
    	 *
    	 * @return array
    
  • /includes/import/class-wc-product-csv-importer.php line 1066
    			 * @param WC_Product_Importer $importer Importer instance.
    			 *
    			 * @since
    			 */
    			$this->parsed_data[] = apply_filters( 'woocommerce_product_importer_parsed_data', $this->expand_data( $data ), $this );
    		}
    	}
    
    	/**
    	 * Get a string to identify the row from parsed data.
    	 *