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.9.8.1

apply_filters('woocommerce_csv_product_import_mapped_columns') is found 1 times:

  • /includes/admin/importers/class-wc-product-csv-importer-controller.php line 740
    736
    737
    738
    739
    740
    741
    742
    743
    744
    745
    746
                }
            }
        }
     
        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: