Add woocommerce_product_importer_formatting_callbacks filter
This commit is contained in:
parent
7778bf894e
commit
c8e166f706
|
@ -497,7 +497,7 @@ class WC_Product_CSV_Importer extends WC_Product_Importer {
|
|||
$callbacks[] = $callback;
|
||||
}
|
||||
|
||||
return $callbacks;
|
||||
return apply_filters( 'woocommerce_product_importer_formatting_callbacks', $callbacks, $this );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue