Last active
February 21, 2025 10:36
-
-
Save arunbasillal/5b5e2340abbc575c3006dbf671b1d5e0 to your computer and use it in GitHub Desktop.
IAP: Remove processing after WooCommerce product import via CSV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Prevent: Update image attributes after product import from CSV file. | |
remove_action( 'woocommerce_product_import_inserted_product_object', 'iaffpro_wc_update_image_attributes_after_product_import_from_csv', 10, 2 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment