Requires WooCo Add-On 3.0.7-beta-2.8 or higher.
Allows setting all variations to 'Any' for a certain Attribute that had its values imported with the first variation in the file when using one of the 'no parents' variation grouping options.
Internal Ticket 80616
add_filter('wp_all_import_variation_any_attribute', 'wpai_wp_all_import_variation_any_attribute', 10, 2);
function wpai_wp_all_import_variation_any_attribute($is_any_attribute, $import_id){
return true;
}
Requires WooCo Add-On 3.0.7-beta-2.8 or higher.
Allows setting all variations to 'Any' for a certain Attribute that had its values imported with the first variation in the file when using one of the 'no parents' variation grouping options.
Internal Ticket 80616