Import sample products from given CSV path.
$args, $importer_class
Sortie :
@param string $csv_file CSV file path. @return WP_Error|WP_REST_Response
// Modifier la valeur avec le filtre 'woocommerce_product_csv_importer_args'
add_filter('woocommerce_product_csv_importer_args', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($args) {
// Modifier la valeur
return $args;
}
Chargement des actualités...