woocommerce_csv_product_import_mapped_columns

woocommerce_csv_product_import_mapped_columns

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_csv_product_import_mapped_columns') is found 1 times:

  • /includes/admin/importers/class-wc-product-csv-importer-controller.php line 607
    				}
    			}
    		}
    
    		return apply_filters( 'woocommerce_csv_product_import_mapped_columns', $headers, $raw_headers );
    	}
    
    	/**
    	 * Map columns using the user's latest import mappings.
    	 *
    	 * @param  array $headers Header columns.
    

See this hook used in plugins: