woocommerce_csv_product_import_mapping_options, $options, $item

woocommerce_csv_product_import_mapping_options, $options, $item

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_csv_product_import_mapping_options, $options, $item') is found 1 times:

  • /includes/admin/importers/class-wc-product-csv-importer-controller.php line 875

    Warning: Undefined array key 877 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 878 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 879 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 880 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		if ( wc_get_container()->get( CostOfGoodsSoldController::class )->feature_is_enabled() ) {
    			$options['cogs_value'] = __( 'Cost of goods', 'woocommerce' );
    		}
    
    		return apply_filters( 'woocommerce_csv_product_import_mapping_options', $options, $item );
    	}
    }