Skip to content

Instantly share code, notes, and snippets.

@arunbasillal
Last active February 21, 2025 10:36
Show Gist options
  • Save arunbasillal/5b5e2340abbc575c3006dbf671b1d5e0 to your computer and use it in GitHub Desktop.
Save arunbasillal/5b5e2340abbc575c3006dbf671b1d5e0 to your computer and use it in GitHub Desktop.
IAP: Remove processing after WooCommerce product import via CSV
// 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